Html Css Color HEX #52632B Dark Olive Green

📋 copy color: '#52632B'

red 82 ◦ green 99 ◦ blue 43

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

Shades of Dark Olive Green #52632B

Tints of Dark Olive Green #52632B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 36.61%
G = 44.2%
B = 19.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#52632B (or 0x52632B) is known color: Dark Olive Green. HEX triplet: 52, 63 and 2B. RGB value is (82,99,43). Sum of RGB (Red+Green+Blue) = 82+99+43=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #52632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52632B is #AD9CD4. Grayscale: #575757. Windows color (decimal): -11377877 or 2843474. OLE color: 2843474.

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

Color convert

RGB 82 99 43 -
CMYK 0.17 0 0.57 0.61
HSL 78.21º 0.39% 0.28% -
HSV(B) 78.21º 0.57% 0.39% -
XYZ 8.38 10.89 3.95 -
YUV 87.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 82 99 43 0.17 0 0.57 0.61 78.21 0.39 0.28
Hex 52 63 2B 11 0 39 3D 4E 27 1C
Octal 122 143 53 21 0 71 75 116 47 34
Binary 1010010 1100011 101011 10001 0 111001 111101 1001110 100111 11100

Color Harmonies of #52632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52632B

Black with #52632B

Text Example


Text Example

White with #52632B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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