#35866F

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

Shades of Viridian #35866F

Tints of Viridian #35866F

Color information

#35866F (or 0x35866F) is unknown color: approx Viridian. HEX triplet: 35, 86 and 6F. RGB value is (53,134,111). Sum of RGB (Red+Green+Blue) = 53+134+111=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #35866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35866F is #CA7990. Grayscale: #6B6B6B. Windows color (decimal): -13269393 or 7308853. OLE color: 7308853.

HSL color Cylindrical-coordinate representation of color #35866F: hue angle of 162.96º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35866F is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB53134111-
CMYK0.6000.170.47
HSL162.96º43.32%36.67%-
HSV(B)162.96º60.45%52.55%-
XYZ12.8618.9518.02-
YUV107.16130.1689.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=17.79%
G=44.97%
B=37.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341110.6000.170.47162.9643.3236.67
Hex35866F3C0112Fa32b25
Octal6520615774021572435345
Binary11010110000110110111111110001000110111110100011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35866F; }

 p { color: rgb(53,134,111); }

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

<style>
 a { background-color: #35866F; }

 a { background-color: rgb(53,134,111); }

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

<style>
 span { border-color: #35866F; }

 span { border-color: rgb(53,134,111); }

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