#53692C

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

Shades of Dark Olive Green #53692C

Tints of Dark Olive Green #53692C

Color information

#53692C (or 0x53692C) is unknown color: approx Dark Olive Green. HEX triplet: 53, 69 and 2C. RGB value is (83,105,44). Sum of RGB (Red+Green+Blue) = 83+105+44=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #53692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53692C is #AC96D3. Grayscale: #5B5B5B. Windows color (decimal): -11310804 or 2910547. OLE color: 2910547.

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

Color convert

RGB8310544-
CMYK0.2100.580.59
HSL81.64º40.94%29.22%-
HSV(B)81.64º58.1%41.18%-
XYZ9.0712.124.24-
YUV91.47101.21121.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=35.78%
G=45.26%
B=18.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105440.2100.580.5981.6440.9429.22
Hex53692C1503A3B52291d
Octal1231515425072731225135
Binary10100111101001101100101010111010111011101001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53692C; }

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

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

<style>
 a { background-color: #53692C; }

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

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

<style>
 span { border-color: #53692C; }

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

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