#53685F

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

Shades of Viridian Green #53685F

Tints of Viridian Green #53685F

Color information

#53685F (or 0x53685F) is unknown color: approx Viridian Green. HEX triplet: 53, 68 and 5F. RGB value is (83,104,95). Sum of RGB (Red+Green+Blue) = 83+104+95=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #53685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53685F is #AC97A0. Grayscale: #606060. Windows color (decimal): -11311009 or 6252627. OLE color: 6252627.

HSL color Cylindrical-coordinate representation of color #53685F: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53685F is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB8310495-
CMYK0.2000.090.59
HSL154.29º11.23%36.67%-
HSV(B)154.29º20.19%40.78%-
XYZ10.5812.5712.69-
YUV96.7127.04118.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=29.43%
G=36.88%
B=33.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104950.2000.090.59154.2911.2336.67
Hex53685F14093B9ab25
Octal12315013724011732321345
Binary1010011110100010111111010001001111011100110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,104,95); }

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

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

 a { background-color: rgb(83,104,95); }

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

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

 span { border-color: rgb(83,104,95); }

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