#53612D

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

Shades of Dark Olive Green #53612D

Tints of Dark Olive Green #53612D

Color information

#53612D (or 0x53612D) is unknown color: approx Dark Olive Green. HEX triplet: 53, 61 and 2D. RGB value is (83,97,45). Sum of RGB (Red+Green+Blue) = 83+97+45=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #53612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53612D is #AC9ED2. Grayscale: #575757. Windows color (decimal): -11312851 or 2974035. OLE color: 2974035.

HSL color Cylindrical-coordinate representation of color #53612D: hue angle of 76.15º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53612D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB839745-
CMYK0.1400.540.62
HSL76.15º36.62%27.84%-
HSV(B)76.15º53.61%38.04%-
XYZ8.3210.584.09-
YUV86.89104.36125.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 45 (17.97% from 255) = 20%
R=36.89%
G=43.11%
B=20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397450.1400.540.6276.1536.6227.84
Hex53612DE0363E4c251c
Octal1231415516066761144534
Binary1010011110000110110111100110110111110100110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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