Html Css Color HEX #526231 Dark Olive Green

📋 copy color: '#526231'

red 82 ◦ green 98 ◦ blue 49

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

Shades of Dark Olive Green #526231

Tints of Dark Olive Green #526231

RGB

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

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

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

R = 35.81%
G = 42.79%
B = 21.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#526231 (or 0x526231) is known color: Dark Olive Green. HEX triplet: 52, 62 and 31. RGB value is (82,98,49). Sum of RGB (Red+Green+Blue) = 82+98+49=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #526231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526231 is #AD9DCE. Grayscale: #575757. Windows color (decimal): -11378127 or 3236434. OLE color: 3236434.

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

Color convert

RGB 82 98 49 -
CMYK 0.16 0 0.5 0.62
HSL 79.59º 0.33% 0.29% -
HSV(B) 79.59º 0.5% 0.38% -
XYZ 8.4 10.75 4.54 -
YUV 87.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 82 98 49 0.16 0 0.5 0.62 79.59 0.33 0.29
Hex 52 62 31 10 0 32 3E 50 21 1D
Octal 122 142 61 20 0 62 76 120 41 35
Binary 1010010 1100010 110001 10000 0 110010 111110 1010000 100001 11101

Color Harmonies of #526231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526231

Black with #526231

Text Example


Text Example

White with #526231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526231; }

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

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

background-color css

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

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

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

border-color css

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

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

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