#53682B

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

Shades of Dark Olive Green #53682B

Tints of Dark Olive Green #53682B

Color information

#53682B (or 0x53682B) is unknown color: approx Dark Olive Green. HEX triplet: 53, 68 and 2B. RGB value is (83,104,43). Sum of RGB (Red+Green+Blue) = 83+104+43=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #53682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53682B is #AC97D4. Grayscale: #5A5A5A. Windows color (decimal): -11311061 or 2844755. OLE color: 2844755.

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

Color convert

RGB8310443-
CMYK0.2000.590.59
HSL80.66º41.5%28.82%-
HSV(B)80.66º58.65%40.78%-
XYZ8.9511.914.11-
YUV90.77101.04122.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=36.09%
G=45.22%
B=18.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104430.2000.590.5980.6641.528.82
Hex53682B1403B3B51291d
Octal1231505324073731215135
Binary10100111101000101011101000111011111011101000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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