#35816A

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

Shades of Viridian #35816A

Tints of Viridian #35816A

Color information

#35816A (or 0x35816A) is unknown color: approx Viridian. HEX triplet: 35, 81 and 6A. RGB value is (53,129,106). Sum of RGB (Red+Green+Blue) = 53+129+106=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #35816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35816A is #CA7E95. Grayscale: #676767. Windows color (decimal): -13270678 or 6979893. OLE color: 6979893.

HSL color Cylindrical-coordinate representation of color #35816A: hue angle of 161.84º 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 #35816A is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB53129106-
CMYK0.5900.180.49
HSL161.84º41.76%35.69%-
HSV(B)161.84º58.91%50.59%-
XYZ11.9217.516.38-
YUV103.65129.3291.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=18.40%
G=44.79%
B=36.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291060.5900.180.49161.8441.7635.69
Hex35816A3B01231a22a24
Octal6520115273022612425244
Binary11010110000001110101011101101001011000110100010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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