#53622C

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

Shades of Dark Olive Green #53622C

Tints of Dark Olive Green #53622C

Color information

#53622C (or 0x53622C) is unknown color: approx Dark Olive Green. HEX triplet: 53, 62 and 2C. RGB value is (83,98,44). Sum of RGB (Red+Green+Blue) = 83+98+44=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #53622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53622C is #AC9DD3. Grayscale: #575757. Windows color (decimal): -11312596 or 2908755. OLE color: 2908755.

HSL color Cylindrical-coordinate representation of color #53622C: hue angle of 76.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53622C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB839844-
CMYK0.1500.550.62
HSL76.67º38.03%27.84%-
HSV(B)76.67º55.1%38.43%-
XYZ8.3910.764.02-
YUV87.36103.53124.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=36.89%
G=43.56%
B=19.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398440.1500.550.6276.6738.0327.84
Hex53622CF0373E4d261c
Octal1231425417067761154634
Binary1010011110001010110011110110111111110100110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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