#36916E

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

Shades of Viridian #36916E

Tints of Viridian #36916E

Color information

#36916E (or 0x36916E) is unknown color: approx Viridian. HEX triplet: 36, 91 and 6E. RGB value is (54,145,110). Sum of RGB (Red+Green+Blue) = 54+145+110=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #36916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36916E is #C96E91. Grayscale: #717171. Windows color (decimal): -13201042 or 7246134. OLE color: 7246134.

HSL color Cylindrical-coordinate representation of color #36916E: hue angle of 156.92º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36916E is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB54145110-
CMYK0.6300.240.43
HSL156.92º45.73%39.02%-
HSV(B)156.92º62.76%56.86%-
XYZ14.4622.1618.27-
YUV113.8125.8585.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=17.48%
G=46.93%
B=35.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541451100.6300.240.43156.9245.7339.02
Hex36916E3F0182B9d2e27
Octal6622115677030532355647
Binary11011010010001110111011111101100010101110011101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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