Html Css Color HEX #526634 Dark Olive Green

📋 copy color: '#526634'

red 82 ◦ green 102 ◦ blue 52

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

Shades of Dark Olive Green #526634

Tints of Dark Olive Green #526634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 34.75%
G = 43.22%
B = 22.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#526634 (or 0x526634) is known color: Dark Olive Green. HEX triplet: 52, 66 and 34. RGB value is (82,102,52). Sum of RGB (Red+Green+Blue) = 82+102+52=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #526634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526634 is #AD99CB. Grayscale: #5A5A5A. Windows color (decimal): -11377100 or 3434066. OLE color: 3434066.

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

Color convert

RGB 82 102 52 -
CMYK 0.20 0 0.49 0.6
HSL 84º 0.32% 0.3% -
HSV(B) 84º 0.49% 0.4% -
XYZ 8.85 11.54 5.01 -
YUV 90.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 82 102 52 0.20 0 0.49 0.6 84 0.32 0.3
Hex 52 66 34 14 0 31 3C 54 20 1E
Octal 122 146 64 24 0 61 74 124 40 36
Binary 1010010 1100110 110100 10100 0 110001 111100 1010100 100000 11110

Color Harmonies of #526634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526634

Black with #526634

Text Example


Text Example

White with #526634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526634; }

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

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

background-color css

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

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

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

border-color css

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

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

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