Html Css Color HEX #526032 Dark Olive Green

📋 copy color: '#526032'

red 82 ◦ green 96 ◦ blue 50

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

Shades of Dark Olive Green #526032

Tints of Dark Olive Green #526032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 35.96%
G = 42.11%
B = 21.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#526032 (or 0x526032) is known color: Dark Olive Green. HEX triplet: 52, 60 and 32. RGB value is (82,96,50). Sum of RGB (Red+Green+Blue) = 82+96+50=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #526032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526032 is #AD9FCD. Grayscale: #565656. Windows color (decimal): -11378638 or 3301458. OLE color: 3301458.

HSL color Cylindrical-coordinate representation of color #526032: hue angle of 78.26º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526032 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 50 -
CMYK 0.15 0 0.48 0.62
HSL 78.26º 0.32% 0.29% -
HSV(B) 78.26º 0.48% 0.38% -
XYZ 8.24 10.39 4.59 -
YUV 86.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 82 96 50 0.15 0 0.48 0.62 78.26 0.32 0.29
Hex 52 60 32 F 0 30 3E 4E 20 1D
Octal 122 140 62 17 0 60 76 116 40 35
Binary 1010010 1100000 110010 1111 0 110000 111110 1001110 100000 11101

Color Harmonies of #526032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526032

Black with #526032

Text Example


Text Example

White with #526032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526032; }

 p { color: rgb(82,96,50); }

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

background-color css

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

 a { background-color: rgb(82,96,50); }

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

border-color css

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

 span { border-color: rgb(82,96,50); }

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