Html Css Color HEX #53632C Dark Olive Green

📋 copy color: '#53632C'

red 83 ◦ green 99 ◦ blue 44

#53632C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #53632C

Tints of Dark Olive Green #53632C

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 value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#53632C (or 0x53632C) is known color: 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

RGB 83 99 44 -
CMYK 0.16 0 0.56 0.61
HSL 77.45º 0.38% 0.28% -
HSV(B) 77.45º 0.56% 0.39% -
XYZ 8.48 10.94 4.05 -
YUV 87.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 83 99 44 0.16 0 0.56 0.61 77.45 0.38 0.28
Hex 53 63 2C 10 0 38 3D 4D 26 1C
Octal 123 143 54 20 0 70 75 115 46 34
Binary 1010011 1100011 101100 10000 0 111000 111101 1001101 100110 11100

Color Harmonies of #53632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53632C

Black with #53632C

Text Example


Text Example

White with #53632C

Text Example


Text Example

HTML Codes & Css Web 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>