#35896B

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

Shades of Viridian #35896B

Tints of Viridian #35896B

Color information

#35896B (or 0x35896B) is unknown color: approx Viridian. HEX triplet: 35, 89 and 6B. RGB value is (53,137,107). Sum of RGB (Red+Green+Blue) = 53+137+107=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #35896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35896B is #CA7694. Grayscale: #6C6C6C. Windows color (decimal): -13268629 or 7047477. OLE color: 7047477.

HSL color Cylindrical-coordinate representation of color #35896B: hue angle of 158.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35896B is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB53137107-
CMYK0.6100.220.46
HSL158.57º44.21%37.25%-
HSV(B)158.57º61.31%53.73%-
XYZ13.0719.7117.03-
YUV108.46127.1788.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=17.85%
G=46.13%
B=36.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531371070.6100.220.46158.5744.2137.25
Hex35896B3D0162E9f2c25
Octal6521115375026562375445
Binary11010110001001110101111110101011010111010011111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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