#358F77

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

Shades of Viridian #358F77

Tints of Viridian #358F77

Color information

#358F77 (or 0x358F77) is unknown color: approx Viridian. HEX triplet: 35, 8F and 77. RGB value is (53,143,119). Sum of RGB (Red+Green+Blue) = 53+143+119=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #358F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F77 is #CA7088. Grayscale: #717171. Windows color (decimal): -13267081 or 7835445. OLE color: 7835445.

HSL color Cylindrical-coordinate representation of color #358F77: hue angle of 164º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F77 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB53143119-
CMYK0.6300.170.44
HSL164º45.92%38.43%-
HSV(B)164º62.94%56.08%-
XYZ14.6221.7320.88-
YUV113.35131.1884.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=16.83%
G=45.40%
B=37.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531431190.6300.170.4416445.9238.43
Hex358F773F0112Ca42e26
Octal6521716777021542445646
Binary11010110001111111011111111101000110110010100100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358F77; }

 p { color: rgb(53,143,119); }

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

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

 a { background-color: rgb(53,143,119); }

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

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

 span { border-color: rgb(53,143,119); }

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