Html Css Color HEX #526429 Dark Olive Green

📋 copy color: '#526429'

red 82 ◦ green 100 ◦ blue 41

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

Shades of Dark Olive Green #526429

Tints of Dark Olive Green #526429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.84%

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 36.77%
G = 44.84%
B = 18.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#526429 (or 0x526429) is known color: Dark Olive Green. HEX triplet: 52, 64 and 29. RGB value is (82,100,41). Sum of RGB (Red+Green+Blue) = 82+100+41=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #526429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526429 is #AD9BD6. Grayscale: #585858. Windows color (decimal): -11377623 or 2712658. OLE color: 2712658.

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

Color convert

RGB 82 100 41 -
CMYK 0.18 0 0.59 0.61
HSL 78.31º 0.42% 0.28% -
HSV(B) 78.31º 0.59% 0.39% -
XYZ 8.44 11.07 3.79 -
YUV 87.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 82 100 41 0.18 0 0.59 0.61 78.31 0.42 0.28
Hex 52 64 29 12 0 3B 3D 4E 2A 1C
Octal 122 144 51 22 0 73 75 116 52 34
Binary 1010010 1100100 101001 10010 0 111011 111101 1001110 101010 11100

Color Harmonies of #526429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526429

Black with #526429

Text Example


Text Example

White with #526429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526429; }

 p { color: rgb(82,100,41); }

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

background-color css

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

 a { background-color: rgb(82,100,41); }

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

border-color css

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

 span { border-color: rgb(82,100,41); }

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