#358970

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

Shades of Viridian #358970

Tints of Viridian #358970

Color information

#358970 (or 0x358970) is unknown color: approx Viridian. HEX triplet: 35, 89 and 70. RGB value is (53,137,112). Sum of RGB (Red+Green+Blue) = 53+137+112=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #358970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358970 is #CA768F. Grayscale: #6D6D6D. Windows color (decimal): -13268624 or 7375157. OLE color: 7375157.

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

Color convert

RGB53137112-
CMYK0.6100.180.46
HSL162.14º44.21%37.25%-
HSV(B)162.14º61.31%53.73%-
XYZ13.3419.8218.45-
YUV109.03129.6788.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=17.55%
G=45.36%
B=37.09%

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
Decimal531371120.6100.180.46162.1444.2137.25
Hex3589703D0122Ea22c25
Octal6521116075022562425445
Binary11010110001001111000011110101001010111010100010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358970; }

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

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

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

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

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

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

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

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