Html Css Color HEX #52632E Dark Olive Green

📋 copy color: '#52632E'

red 82 ◦ green 99 ◦ blue 46

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

Shades of Dark Olive Green #52632E

Tints of Dark Olive Green #52632E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 36.12%
G = 43.61%
B = 20.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#52632E (or 0x52632E) is known color: Dark Olive Green. HEX triplet: 52, 63 and 2E. RGB value is (82,99,46). Sum of RGB (Red+Green+Blue) = 82+99+46=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #52632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52632E is #AD9CD1. Grayscale: #585858. Windows color (decimal): -11377874 or 3040082. OLE color: 3040082.

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

Color convert

RGB 82 99 46 -
CMYK 0.17 0 0.54 0.61
HSL 79.25º 0.37% 0.28% -
HSV(B) 79.25º 0.54% 0.39% -
XYZ 8.43 10.91 4.25 -
YUV 87.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 82 99 46 0.17 0 0.54 0.61 79.25 0.37 0.28
Hex 52 63 2E 11 0 36 3D 4F 25 1C
Octal 122 143 56 21 0 66 75 117 45 34
Binary 1010010 1100011 101110 10001 0 110110 111101 1001111 100101 11100

Color Harmonies of #52632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52632E

Black with #52632E

Text Example


Text Example

White with #52632E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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