#358877

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

Shades of Viridian #358877

Tints of Viridian #358877

Color information

#358877 (or 0x358877) is unknown color: approx Viridian. HEX triplet: 35, 88 and 77. RGB value is (53,136,119). Sum of RGB (Red+Green+Blue) = 53+136+119=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #358877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358877 is #CA7788. Grayscale: #6D6D6D. Windows color (decimal): -13268873 or 7833653. OLE color: 7833653.

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

Color convert

RGB53136119-
CMYK0.6100.120.47
HSL167.71º43.92%37.06%-
HSV(B)167.71º61.03%53.33%-
XYZ13.619.720.54-
YUV109.24133.587.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=17.21%
G=44.16%
B=38.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361190.6100.120.47167.7143.9237.06
Hex3588773D0C2Fa82c25
Octal6521016775014572505445
Binary1101011000100011101111111010110010111110101000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358877; }

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

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

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

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

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

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

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

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