#358972

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

Shades of Viridian #358972

Tints of Viridian #358972

Color information

#358972 (or 0x358972) is unknown color: approx Viridian. HEX triplet: 35, 89 and 72. RGB value is (53,137,114). Sum of RGB (Red+Green+Blue) = 53+137+114=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #358972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358972 is #CA768D. Grayscale: #6D6D6D. Windows color (decimal): -13268622 or 7506229. OLE color: 7506229.

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

Color convert

RGB53137114-
CMYK0.6100.170.46
HSL163.57º44.21%37.25%-
HSV(B)163.57º61.31%53.73%-
XYZ13.4519.8619.04-
YUV109.26130.6787.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=17.43%
G=45.07%
B=37.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531371140.6100.170.46163.5744.2137.25
Hex3589723D0112Ea42c25
Octal6521116275021562445445
Binary11010110001001111001011110101000110111010100100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358972; }

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

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

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

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

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

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

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

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