#358971

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

Shades of Viridian #358971

Tints of Viridian #358971

Color information

#358971 (or 0x358971) is unknown color: approx Viridian. HEX triplet: 35, 89 and 71. RGB value is (53,137,113). Sum of RGB (Red+Green+Blue) = 53+137+113=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #358971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358971 is #CA768E. Grayscale: #6D6D6D. Windows color (decimal): -13268623 or 7440693. OLE color: 7440693.

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

Color convert

RGB53137113-
CMYK0.6100.180.46
HSL162.86º44.21%37.25%-
HSV(B)162.86º61.31%53.73%-
XYZ13.3919.8418.75-
YUV109.15130.1787.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=17.49%
G=45.21%
B=37.29%

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
Decimal531371130.6100.180.46162.8644.2137.25
Hex3589713D0122Ea32c25
Octal6521116175022562435445
Binary11010110001001111000111110101001010111010100011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358971; }

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

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

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

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

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

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

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

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