#53632E

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

Shades of Dark Olive Green #53632E

Tints of Dark Olive Green #53632E

Color information

#53632E (or 0x53632E) is unknown color: approx Dark Olive Green. HEX triplet: 53, 63 and 2E. RGB value is (83,99,46). Sum of RGB (Red+Green+Blue) = 83+99+46=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #53632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53632E is #AC9CD1. Grayscale: #585858. Windows color (decimal): -11312338 or 3040083. OLE color: 3040083.

HSL color Cylindrical-coordinate representation of color #53632E: hue angle of 78.11º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53632E is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB839946-
CMYK0.1600.540.61
HSL78.11º36.55%28.43%-
HSV(B)78.11º53.54%38.82%-
XYZ8.5210.964.25-
YUV88.17104.2124.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=36.40%
G=43.42%
B=20.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399460.1600.540.6178.1136.5528.43
Hex53632E100363D4e251c
Octal1231435620066751164534
Binary10100111100011101110100000110110111101100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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