#36896B

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

Shades of Viridian #36896B

Tints of Viridian #36896B

Color information

#36896B (or 0x36896B) is unknown color: approx Viridian. HEX triplet: 36, 89 and 6B. RGB value is (54,137,107). Sum of RGB (Red+Green+Blue) = 54+137+107=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #36896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36896B is #C97694. Grayscale: #6C6C6C. Windows color (decimal): -13203093 or 7047478. OLE color: 7047478.

HSL color Cylindrical-coordinate representation of color #36896B: hue angle of 158.31º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36896B is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB54137107-
CMYK0.6100.220.46
HSL158.31º43.46%37.45%-
HSV(B)158.31º60.58%53.73%-
XYZ13.1219.7417.03-
YUV108.7612788.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=18.12%
G=45.97%
B=35.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541371070.6100.220.46158.3143.4637.45
Hex36896B3D0162E9e2b25
Octal6621115375026562365345
Binary11011010001001110101111110101011010111010011110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36896B; }

 p { color: rgb(54,137,107); }

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

<style>
 a { background-color: #36896B; }

 a { background-color: rgb(54,137,107); }

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

<style>
 span { border-color: #36896B; }

 span { border-color: rgb(54,137,107); }

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