#35836D

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

Shades of Viridian #35836D

Tints of Viridian #35836D

Color information

#35836D (or 0x35836D) is unknown color: approx Viridian. HEX triplet: 35, 83 and 6D. RGB value is (53,131,109). Sum of RGB (Red+Green+Blue) = 53+131+109=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #35836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35836D is #CA7C92. Grayscale: #696969. Windows color (decimal): -13270163 or 7177013. OLE color: 7177013.

HSL color Cylindrical-coordinate representation of color #35836D: hue angle of 163.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35836D is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB53131109-
CMYK0.6000.170.49
HSL163.08º42.39%36.08%-
HSV(B)163.08º59.54%51.37%-
XYZ12.3418.0917.31-
YUV105.17130.1690.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=18.09%
G=44.71%
B=37.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531311090.6000.170.49163.0842.3936.08
Hex35836D3C01131a32a24
Octal6520315574021612435244
Binary11010110000011110110111110001000111000110100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35836D; }

 p { color: rgb(53,131,109); }

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

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

 a { background-color: rgb(53,131,109); }

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

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

 span { border-color: rgb(53,131,109); }

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