Html Css Color HEX #526529 Dark Olive Green

📋 copy color: '#526529'

red 82 ◦ green 101 ◦ blue 41

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

Shades of Dark Olive Green #526529

Tints of Dark Olive Green #526529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

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

R = 36.61%
G = 45.09%
B = 18.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#526529 (or 0x526529) is known color: Dark Olive Green. HEX triplet: 52, 65 and 29. RGB value is (82,101,41). Sum of RGB (Red+Green+Blue) = 82+101+41=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #526529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526529 is #AD9AD6. Grayscale: #585858. Windows color (decimal): -11377367 or 2712914. OLE color: 2712914.

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

Color convert

RGB 82 101 41 -
CMYK 0.19 0 0.59 0.60
HSL 79º 0.42% 0.28% -
HSV(B) 79º 0.59% 0.4% -
XYZ 8.53 11.26 3.82 -
YUV 88.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 82 101 41 0.19 0 0.59 0.60 79 0.42 0.28
Hex 52 65 29 13 0 3B 3C 4F 2A 1C
Octal 122 145 51 23 0 73 74 117 52 34
Binary 1010010 1100101 101001 10011 0 111011 111100 1001111 101010 11100

Color Harmonies of #526529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526529

Black with #526529

Text Example


Text Example

White with #526529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526529; }

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

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

background-color css

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

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

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

border-color css

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

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

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