#36866E

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

Shades of Viridian #36866E

Tints of Viridian #36866E

Color information

#36866E (or 0x36866E) is unknown color: approx Viridian. HEX triplet: 36, 86 and 6E. RGB value is (54,134,110). Sum of RGB (Red+Green+Blue) = 54+134+110=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #36866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36866E is #C97991. Grayscale: #6B6B6B. Windows color (decimal): -13203858 or 7243318. OLE color: 7243318.

HSL color Cylindrical-coordinate representation of color #36866E: hue angle of 162º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36866E is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB54134110-
CMYK0.6000.180.47
HSL162º42.55%36.86%-
HSV(B)162º59.7%52.55%-
XYZ12.8618.9617.73-
YUV107.34129.589.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=18.12%
G=44.97%
B=36.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341100.6000.180.4716242.5536.86
Hex36866E3C0122Fa22b25
Octal6620615674022572425345
Binary11011010000110110111011110001001010111110100010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36866E; }

 p { color: rgb(54,134,110); }

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

<style>
 a { background-color: #36866E; }

 a { background-color: rgb(54,134,110); }

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

<style>
 span { border-color: #36866E; }

 span { border-color: rgb(54,134,110); }

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