Html Css Color HEX #505F32 Dark Olive Green

📋 copy color: '#505F32'

red 80 ◦ green 95 ◦ blue 50

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

Shades of Dark Olive Green #505F32

Tints of Dark Olive Green #505F32

RGB

 RED value IS 80 (31.64% from 255) = 35.56%

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

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

R = 35.56%
G = 42.22%
B = 22.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#505F32 (or 0x505F32) is known color: Dark Olive Green. HEX triplet: 50, 5F and 32. RGB value is (80,95,50). Sum of RGB (Red+Green+Blue) = 80+95+50=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #505F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F32 is #AFA0CD. Grayscale: #555555. Windows color (decimal): -11509966 or 3301200. OLE color: 3301200.

HSL color Cylindrical-coordinate representation of color #505F32: hue angle of 80º 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 #505F32 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 95 50 -
CMYK 0.16 0 0.47 0.63
HSL 80º 0.31% 0.28% -
HSV(B) 80º 0.47% 0.37% -
XYZ 7.98 10.12 4.55 -
YUV 85.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 80 95 50 0.16 0 0.47 0.63 80 0.31 0.28
Hex 50 5F 32 10 0 2F 3F 50 1F 1C
Octal 120 137 62 20 0 57 77 120 37 34
Binary 1010000 1011111 110010 10000 0 101111 111111 1010000 11111 11100

Color Harmonies of #505F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F32

Black with #505F32

Text Example


Text Example

White with #505F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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