#36856F

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

Shades of Viridian #36856F

Tints of Viridian #36856F

Color information

#36856F (or 0x36856F) is unknown color: approx Viridian. HEX triplet: 36, 85 and 6F. RGB value is (54,133,111). Sum of RGB (Red+Green+Blue) = 54+133+111=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #36856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36856F is #C97A90. Grayscale: #6A6A6A. Windows color (decimal): -13204113 or 7308598. OLE color: 7308598.

HSL color Cylindrical-coordinate representation of color #36856F: hue angle of 163.29º 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 #36856F is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB54133111-
CMYK0.5900.170.48
HSL163.29º42.25%36.67%-
HSV(B)163.29º59.4%52.16%-
XYZ12.7818.7117.98-
YUV106.87130.3390.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=18.12%
G=44.63%
B=37.25%

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
Decimal541331110.5900.170.48163.2942.2536.67
Hex36856F3B01130a32a25
Octal6620515773021602435245
Binary11011010000101110111111101101000111000010100011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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