#358770

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

Shades of Viridian #358770

Tints of Viridian #358770

Color information

#358770 (or 0x358770) is unknown color: approx Viridian. HEX triplet: 35, 87 and 70. RGB value is (53,135,112). Sum of RGB (Red+Green+Blue) = 53+135+112=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #358770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358770 is #CA788F. Grayscale: #6B6B6B. Windows color (decimal): -13269136 or 7374645. OLE color: 7374645.

HSL color Cylindrical-coordinate representation of color #358770: hue angle of 163.17º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358770 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB53135112-
CMYK0.6100.170.47
HSL163.17º43.62%36.86%-
HSV(B)163.17º60.74%52.94%-
XYZ13.0619.2518.36-
YUV107.86130.3388.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=17.67%
G=45%
B=37.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531351120.6100.170.47163.1743.6236.86
Hex3587703D0112Fa32c25
Octal6520716075021572435445
Binary11010110000111111000011110101000110111110100011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358770; }

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

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

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

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

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

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

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

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