#53682A

Color #53682A Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #53682A

Tints of Dark Olive Green #53682A

Color information

#53682A (or 0x53682A) is unknown color: approx Dark Olive Green. HEX triplet: 53, 68 and 2A. RGB value is (83,104,42). Sum of RGB (Red+Green+Blue) = 83+104+42=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #53682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53682A is #AC97D5. Grayscale: #5A5A5A. Windows color (decimal): -11311062 or 2779219. OLE color: 2779219.

HSL color Cylindrical-coordinate representation of color #53682A: hue angle of 80.32º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53682A is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB8310442-
CMYK0.2000.600.59
HSL80.32º42.47%28.63%-
HSV(B)80.32º59.62%40.78%-
XYZ8.9411.914.02-
YUV90.65100.54122.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=36.24%
G=45.41%
B=18.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104420.2000.600.5980.3242.4728.63
Hex53682A1403C3B502a1d
Octal1231505224074731205235
Binary10100111101000101010101000111100111011101000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53682A; }

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

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

<style>
 a { background-color: #53682A; }

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

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

<style>
 span { border-color: #53682A; }

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

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