#36856E

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

Shades of Viridian #36856E

Tints of Viridian #36856E

Color information

#36856E (or 0x36856E) is unknown color: approx Viridian. HEX triplet: 36, 85 and 6E. RGB value is (54,133,110). Sum of RGB (Red+Green+Blue) = 54+133+110=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #36856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36856E is #C97A91. Grayscale: #6A6A6A. Windows color (decimal): -13204114 or 7243062. OLE color: 7243062.

HSL color Cylindrical-coordinate representation of color #36856E: hue angle of 162.53º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36856E is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB54133110-
CMYK0.5900.170.48
HSL162.53º42.25%36.67%-
HSV(B)162.53º59.4%52.16%-
XYZ12.7218.6917.69-
YUV106.76129.8390.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=18.18%
G=44.78%
B=37.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331100.5900.170.48162.5342.2536.67
Hex36856E3B01130a32a25
Octal6620515673021602435245
Binary11011010000101110111011101101000111000010100011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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