#36866D

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

Shades of Viridian #36866D

Tints of Viridian #36866D

Color information

#36866D (or 0x36866D) is unknown color: approx Viridian. HEX triplet: 36, 86 and 6D. RGB value is (54,134,109). Sum of RGB (Red+Green+Blue) = 54+134+109=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #36866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36866D is #C97992. Grayscale: #6B6B6B. Windows color (decimal): -13203859 or 7177782. OLE color: 7177782.

HSL color Cylindrical-coordinate representation of color #36866D: hue angle of 161.25º 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 #36866D is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB54134109-
CMYK0.6000.190.47
HSL161.25º42.55%36.86%-
HSV(B)161.25º59.7%52.55%-
XYZ12.8118.9417.45-
YUV107.2312990.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=18.18%
G=45.12%
B=36.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341090.6000.190.47161.2542.5536.86
Hex36866D3C0132Fa12b25
Octal6620615574023572415345
Binary11011010000110110110111110001001110111110100001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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