#358876

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

Shades of Viridian #358876

Tints of Viridian #358876

Color information

#358876 (or 0x358876) is unknown color: approx Viridian. HEX triplet: 35, 88 and 76. RGB value is (53,136,118). Sum of RGB (Red+Green+Blue) = 53+136+118=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #358876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358876 is #CA7789. Grayscale: #6D6D6D. Windows color (decimal): -13268874 or 7768117. OLE color: 7768117.

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

Color convert

RGB53136118-
CMYK0.6100.130.47
HSL166.99º43.92%37.06%-
HSV(B)166.99º61.03%53.33%-
XYZ13.5419.6720.22-
YUV109.1313387.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=17.26%
G=44.30%
B=38.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361180.6100.130.47166.9943.9237.06
Hex3588763D0D2Fa72c25
Octal6521016675015572475445
Binary1101011000100011101101111010110110111110100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358876; }

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

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

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

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

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

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

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

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