#368B6C

Color #368B6C Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #368B6C

Tints of Viridian #368B6C

Color information

#368B6C (or 0x368B6C) is unknown color: approx Viridian. HEX triplet: 36, 8B and 6C. RGB value is (54,139,108). Sum of RGB (Red+Green+Blue) = 54+139+108=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #368B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B6C is #C97493. Grayscale: #6E6E6E. Windows color (decimal): -13202580 or 7113526. OLE color: 7113526.

HSL color Cylindrical-coordinate representation of color #368B6C: hue angle of 158.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368B6C is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB54139108-
CMYK0.6100.220.45
HSL158.12º44.04%37.84%-
HSV(B)158.12º61.15%54.51%-
XYZ13.4620.3317.4-
YUV110.05126.8488.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=17.94%
G=46.18%
B=35.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541391080.6100.220.45158.1244.0437.84
Hex368B6C3D0162D9e2c26
Octal6621315475026552365446
Binary11011010001011110110011110101011010110110011110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368B6C; }

 p { color: rgb(54,139,108); }

 H1.HeaderClassName
 {
   color: #368B6C;
 }
 .AnyTagClassName
 {
   color: #368B6C;
 }
</style>
background-color css

<style>
 a { background-color: #368B6C; }

 a { background-color: rgb(54,139,108); }

 div.DivClassName
 {
   background-color: #368B6C;
 }
 .BgClassName
 {
   background-color: #368B6C;
 }
</style>
border-color css

<style>
 span { border-color: #368B6C; }

 span { border-color: rgb(54,139,108); }

 td.TdClassName
 {
   border-color: #368B6C;
 }
 .TagClassName
 {
   border-color: #368B6C;
 }
</style>