Html Css Color HEX #52632A Dark Olive Green

📋 copy color: '#52632A'

red 82 ◦ green 99 ◦ blue 42

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

Shades of Dark Olive Green #52632A

Tints of Dark Olive Green #52632A

RGB

 RED value IS 82 (32.42% from 255) = 36.77%

 GREEN value IS 99 (39.06% from 255) = 44.39%

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 36.77%
G = 44.39%
B = 18.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#52632A (or 0x52632A) is known color: Dark Olive Green. HEX triplet: 52, 63 and 2A. RGB value is (82,99,42). Sum of RGB (Red+Green+Blue) = 82+99+42=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #52632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52632A is #AD9CD5. Grayscale: #575757. Windows color (decimal): -11377878 or 2777938. OLE color: 2777938.

HSL color Cylindrical-coordinate representation of color #52632A: hue angle of 77.89º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52632A is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 42 -
CMYK 0.17 0 0.58 0.61
HSL 77.89º 0.4% 0.28% -
HSV(B) 77.89º 0.58% 0.39% -
XYZ 8.36 10.88 3.85 -
YUV 87.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 82 99 42 0.17 0 0.58 0.61 77.89 0.4 0.28
Hex 52 63 2A 11 0 3A 3D 4E 28 1C
Octal 122 143 52 21 0 72 75 116 50 34
Binary 1010010 1100011 101010 10001 0 111010 111101 1001110 101000 11100

Color Harmonies of #52632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52632A

Black with #52632A

Text Example


Text Example

White with #52632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52632A; }

 p { color: rgb(82,99,42); }

 H1.HeaderClassName
 {
   color: #52632A;
 }
 .AnyTagClassName
 {
   color: #52632A;
 }
</style>

background-color css

<style>
 a { background-color: #52632A; }

 a { background-color: rgb(82,99,42); }

 div.DivClassName
 {
   background-color: #52632A;
 }
 .BgClassName
 {
   background-color: #52632A;
 }
</style>

border-color css

<style>
 span { border-color: #52632A; }

 span { border-color: rgb(82,99,42); }

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