#53612E

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

Shades of Dark Olive Green #53612E

Tints of Dark Olive Green #53612E

Color information

#53612E (or 0x53612E) is unknown color: approx Dark Olive Green. HEX triplet: 53, 61 and 2E. RGB value is (83,97,46). Sum of RGB (Red+Green+Blue) = 83+97+46=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #53612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53612E is #AC9ED1. Grayscale: #575757. Windows color (decimal): -11312850 or 3039571. OLE color: 3039571.

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

Color convert

RGB839746-
CMYK0.1400.530.62
HSL76.47º35.66%28.04%-
HSV(B)76.47º52.58%38.04%-
XYZ8.3410.594.19-
YUV87104.86125.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=36.73%
G=42.92%
B=20.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397460.1400.530.6276.4735.6628.04
Hex53612EE0353E4c241c
Octal1231415616065761144434
Binary1010011110000110111011100110101111110100110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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