Html Css Color HEX #526239 Dark Olive Green

📋 copy color: '#526239'

red 82 ◦ green 98 ◦ blue 57

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

Shades of Dark Olive Green #526239

Tints of Dark Olive Green #526239

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 34.6%
G = 41.35%
B = 24.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#526239 (or 0x526239) is known color: Dark Olive Green. HEX triplet: 52, 62 and 39. RGB value is (82,98,57). Sum of RGB (Red+Green+Blue) = 82+98+57=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #526239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526239 is #AD9DC6. Grayscale: #585858. Windows color (decimal): -11378119 or 3760722. OLE color: 3760722.

HSL color Cylindrical-coordinate representation of color #526239: hue angle of 83.41º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #526239 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 57 -
CMYK 0.16 0 0.42 0.62
HSL 83.41º 0.26% 0.3% -
HSV(B) 83.41º 0.42% 0.38% -
XYZ 8.59 10.82 5.51 -
YUV 88.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 82 98 57 0.16 0 0.42 0.62 83.41 0.26 0.3
Hex 52 62 39 10 0 2A 3E 53 1A 1E
Octal 122 142 71 20 0 52 76 123 32 36
Binary 1010010 1100010 111001 10000 0 101010 111110 1010011 11010 11110

Color Harmonies of #526239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526239

Black with #526239

Text Example


Text Example

White with #526239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526239; }

 p { color: rgb(82,98,57); }

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

background-color css

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

 a { background-color: rgb(82,98,57); }

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

border-color css

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

 span { border-color: rgb(82,98,57); }

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