#53695E

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

Shades of Viridian Green #53695E

Tints of Viridian Green #53695E

Color information

#53695E (or 0x53695E) is unknown color: approx Viridian Green. HEX triplet: 53, 69 and 5E. RGB value is (83,105,94). Sum of RGB (Red+Green+Blue) = 83+105+94=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #53695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53695E is #AC96A1. Grayscale: #616161. Windows color (decimal): -11310754 or 6187347. OLE color: 6187347.

HSL color Cylindrical-coordinate representation of color #53695E: hue angle of 150º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53695E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8310594-
CMYK0.2100.100.59
HSL150º11.7%36.86%-
HSV(B)150º20.95%41.18%-
XYZ10.6412.7512.49-
YUV97.17126.21117.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=29.43%
G=37.23%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105940.2100.100.5915011.736.86
Hex53695E150A3B96c25
Octal12315113625012732261445
Binary1010011110100110111101010101010111011100101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,105,94); }

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

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

 a { background-color: rgb(83,105,94); }

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

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

 span { border-color: rgb(83,105,94); }

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