Html Css Color HEX #526629 Dark Olive Green

📋 copy color: '#526629'

red 82 ◦ green 102 ◦ blue 41

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

Shades of Dark Olive Green #526629

Tints of Dark Olive Green #526629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

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

R = 36.44%
G = 45.33%
B = 18.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#526629 (or 0x526629) is known color: Dark Olive Green. HEX triplet: 52, 66 and 29. RGB value is (82,102,41). Sum of RGB (Red+Green+Blue) = 82+102+41=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #526629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526629 is #AD99D6. Grayscale: #595959. Windows color (decimal): -11377111 or 2713170. OLE color: 2713170.

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

Color convert

RGB 82 102 41 -
CMYK 0.20 0 0.60 0.6
HSL 79.67º 0.43% 0.28% -
HSV(B) 79.67º 0.6% 0.4% -
XYZ 8.63 11.46 3.85 -
YUV 89.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 82 102 41 0.20 0 0.60 0.6 79.67 0.43 0.28
Hex 52 66 29 14 0 3C 3C 50 2B 1C
Octal 122 146 51 24 0 74 74 120 53 34
Binary 1010010 1100110 101001 10100 0 111100 111100 1010000 101011 11100

Color Harmonies of #526629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526629

Black with #526629

Text Example


Text Example

White with #526629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526629; }

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

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

background-color css

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

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

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

border-color css

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

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

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