#35846E

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

Shades of Viridian #35846E

Tints of Viridian #35846E

Color information

#35846E (or 0x35846E) is unknown color: approx Viridian. HEX triplet: 35, 84 and 6E. RGB value is (53,132,110). Sum of RGB (Red+Green+Blue) = 53+132+110=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #35846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35846E is #CA7B91. Grayscale: #696969. Windows color (decimal): -13269906 or 7242805. OLE color: 7242805.

HSL color Cylindrical-coordinate representation of color #35846E: hue angle of 163.29º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35846E is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB53132110-
CMYK0.6000.170.48
HSL163.29º42.7%36.27%-
HSV(B)163.29º59.85%51.76%-
XYZ12.5318.3917.64-
YUV105.87130.3390.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=17.97%
G=44.75%
B=37.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531321100.6000.170.48163.2942.736.27
Hex35846E3C01130a32b24
Octal6520415674021602435344
Binary11010110000100110111011110001000111000010100011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35846E; }

 p { color: rgb(53,132,110); }

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

<style>
 a { background-color: #35846E; }

 a { background-color: rgb(53,132,110); }

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

<style>
 span { border-color: #35846E; }

 span { border-color: rgb(53,132,110); }

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