#53622D

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

Shades of Dark Olive Green #53622D

Tints of Dark Olive Green #53622D

Color information

#53622D (or 0x53622D) is unknown color: approx Dark Olive Green. HEX triplet: 53, 62 and 2D. RGB value is (83,98,45). Sum of RGB (Red+Green+Blue) = 83+98+45=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #53622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53622D is #AC9DD2. Grayscale: #575757. Windows color (decimal): -11312595 or 2974291. OLE color: 2974291.

HSL color Cylindrical-coordinate representation of color #53622D: hue angle of 76.98º 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 #53622D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB839845-
CMYK0.1500.540.62
HSL76.98º37.06%28.04%-
HSV(B)76.98º54.08%38.43%-
XYZ8.4110.764.12-
YUV87.47104.03124.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=36.73%
G=43.36%
B=19.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398450.1500.540.6276.9837.0628.04
Hex53622DF0363E4d251c
Octal1231425517066761154534
Binary1010011110001010110111110110110111110100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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