Html Css Color HEX #526031 Dark Olive Green

📋 copy color: '#526031'

red 82 ◦ green 96 ◦ blue 49

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

Shades of Dark Olive Green #526031

Tints of Dark Olive Green #526031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 36.12%
G = 42.29%
B = 21.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#526031 (or 0x526031) is known color: Dark Olive Green. HEX triplet: 52, 60 and 31. RGB value is (82,96,49). Sum of RGB (Red+Green+Blue) = 82+96+49=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #526031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526031 is #AD9FCE. Grayscale: #565656. Windows color (decimal): -11378639 or 3235922. OLE color: 3235922.

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

Color convert

RGB 82 96 49 -
CMYK 0.15 0 0.49 0.62
HSL 77.87º 0.32% 0.28% -
HSV(B) 77.87º 0.49% 0.38% -
XYZ 8.22 10.38 4.48 -
YUV 86.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 82 96 49 0.15 0 0.49 0.62 77.87 0.32 0.28
Hex 52 60 31 F 0 31 3E 4E 20 1C
Octal 122 140 61 17 0 61 76 116 40 34
Binary 1010010 1100000 110001 1111 0 110001 111110 1001110 100000 11100

Color Harmonies of #526031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526031

Black with #526031

Text Example


Text Example

White with #526031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526031; }

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

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

background-color css

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

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

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

border-color css

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

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

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