#35816B

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

Shades of Viridian #35816B

Tints of Viridian #35816B

Color information

#35816B (or 0x35816B) is unknown color: approx Viridian. HEX triplet: 35, 81 and 6B. RGB value is (53,129,107). Sum of RGB (Red+Green+Blue) = 53+129+107=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #35816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35816B is #CA7E94. Grayscale: #676767. Windows color (decimal): -13270677 or 7045429. OLE color: 7045429.

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

Color convert

RGB53129107-
CMYK0.5900.170.49
HSL162.63º41.76%35.69%-
HSV(B)162.63º58.91%50.59%-
XYZ11.9717.5216.66-
YUV103.77129.8291.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=18.34%
G=44.64%
B=37.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291070.5900.170.49162.6341.7635.69
Hex35816B3B01131a32a24
Octal6520115373021612435244
Binary11010110000001110101111101101000111000110100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35816B; }

 p { color: rgb(53,129,107); }

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

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

 a { background-color: rgb(53,129,107); }

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

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

 span { border-color: rgb(53,129,107); }

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