#35886C

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

Shades of Viridian #35886C

Tints of Viridian #35886C

Color information

#35886C (or 0x35886C) is unknown color: approx Viridian. HEX triplet: 35, 88 and 6C. RGB value is (53,136,108). Sum of RGB (Red+Green+Blue) = 53+136+108=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #35886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35886C is #CA7793. Grayscale: #6C6C6C. Windows color (decimal): -13268884 or 7112757. OLE color: 7112757.

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

Color convert

RGB53136108-
CMYK0.6100.210.47
HSL159.76º43.92%37.06%-
HSV(B)159.76º61.03%53.33%-
XYZ12.9819.4517.26-
YUV107.9912888.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=17.85%
G=45.79%
B=36.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361080.6100.210.47159.7643.9237.06
Hex35886C3D0152Fa02c25
Octal6521015475025572405445
Binary11010110001000110110011110101010110111110100000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35886C; }

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

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

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

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

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

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

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

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