Html Css Color HEX #525F32 Dark Olive Green

📋 copy color: '#525F32'

red 82 ◦ green 95 ◦ blue 50

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

Shades of Dark Olive Green #525F32

Tints of Dark Olive Green #525F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.85%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 36.12%
G = 41.85%
B = 22.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#525F32 (or 0x525F32) is known color: Dark Olive Green. HEX triplet: 52, 5F and 32. RGB value is (82,95,50). Sum of RGB (Red+Green+Blue) = 82+95+50=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #525F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F32 is #ADA0CD. Grayscale: #565656. Windows color (decimal): -11378894 or 3301202. OLE color: 3301202.

HSL color Cylindrical-coordinate representation of color #525F32: hue angle of 77.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #525F32 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 95 50 -
CMYK 0.14 0 0.47 0.63
HSL 77.33º 0.31% 0.28% -
HSV(B) 77.33º 0.47% 0.37% -
XYZ 8.15 10.21 4.56 -
YUV 85.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 82 95 50 0.14 0 0.47 0.63 77.33 0.31 0.28
Hex 52 5F 32 E 0 2F 3F 4D 1F 1C
Octal 122 137 62 16 0 57 77 115 37 34
Binary 1010010 1011111 110010 1110 0 101111 111111 1001101 11111 11100

Color Harmonies of #525F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F32

Black with #525F32

Text Example


Text Example

White with #525F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F32; }

 p { color: rgb(82,95,50); }

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

background-color css

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

 a { background-color: rgb(82,95,50); }

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

border-color css

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

 span { border-color: rgb(82,95,50); }

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