#53682D

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

Shades of Dark Olive Green #53682D

Tints of Dark Olive Green #53682D

Color information

#53682D (or 0x53682D) is unknown color: approx Dark Olive Green. HEX triplet: 53, 68 and 2D. RGB value is (83,104,45). Sum of RGB (Red+Green+Blue) = 83+104+45=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #53682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53682D is #AC97D2. Grayscale: #5B5B5B. Windows color (decimal): -11311059 or 2975827. OLE color: 2975827.

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

Color convert

RGB8310445-
CMYK0.2000.570.59
HSL81.36º39.6%29.22%-
HSV(B)81.36º56.73%40.78%-
XYZ8.9911.934.31-
YUV90.99102.04122.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=35.78%
G=44.83%
B=19.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104450.2000.570.5981.3639.629.22
Hex53682D140393B51281d
Octal1231505524071731215035
Binary10100111101000101101101000111001111011101000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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