#53632C

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

Shades of Dark Olive Green #53632C

Tints of Dark Olive Green #53632C

Color information

#53632C (or 0x53632C) is unknown color: approx Dark Olive Green. HEX triplet: 53, 63 and 2C. RGB value is (83,99,44). Sum of RGB (Red+Green+Blue) = 83+99+44=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #53632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53632C is #AC9CD3. Grayscale: #585858. Windows color (decimal): -11312340 or 2909011. OLE color: 2909011.

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

Color convert

RGB839944-
CMYK0.1600.560.61
HSL77.45º38.46%28.04%-
HSV(B)77.45º55.56%38.82%-
XYZ8.4810.944.05-
YUV87.95103.2124.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=36.73%
G=43.81%
B=19.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399440.1600.560.6177.4538.4628.04
Hex53632C100383D4d261c
Octal1231435420070751154634
Binary10100111100011101100100000111000111101100110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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