#36896E

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

Shades of Viridian #36896E

Tints of Viridian #36896E

Color information

#36896E (or 0x36896E) is unknown color: approx Viridian. HEX triplet: 36, 89 and 6E. RGB value is (54,137,110). Sum of RGB (Red+Green+Blue) = 54+137+110=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #36896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36896E is #C97691. Grayscale: #6D6D6D. Windows color (decimal): -13203090 or 7244086. OLE color: 7244086.

HSL color Cylindrical-coordinate representation of color #36896E: hue angle of 160.48º 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 #36896E is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB54137110-
CMYK0.6100.200.46
HSL160.48º43.46%37.45%-
HSV(B)160.48º60.58%53.73%-
XYZ13.2819.817.87-
YUV109.1128.588.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=17.94%
G=45.51%
B=36.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541371100.6100.200.46160.4843.4637.45
Hex36896E3D0142Ea02b25
Octal6621115675024562405345
Binary11011010001001110111011110101010010111010100000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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