#368970

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

Shades of Viridian #368970

Tints of Viridian #368970

Color information

#368970 (or 0x368970) is unknown color: approx Viridian. HEX triplet: 36, 89 and 70. RGB value is (54,137,112). Sum of RGB (Red+Green+Blue) = 54+137+112=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #368970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368970 is #C9768F. Grayscale: #6D6D6D. Windows color (decimal): -13203088 or 7375158. OLE color: 7375158.

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

Color convert

RGB54137112-
CMYK0.6100.180.46
HSL161.93º43.46%37.45%-
HSV(B)161.93º60.58%53.73%-
XYZ13.3919.8518.45-
YUV109.33129.588.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=17.82%
G=45.21%
B=36.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541371120.6100.180.46161.9343.4637.45
Hex3689703D0122Ea22b25
Octal6621116075022562425345
Binary11011010001001111000011110101001010111010100010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368970; }

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

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

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

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

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

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

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

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