Html Css Color HEX #506029 Dark Olive Green

📋 copy color: '#506029'

red 80 ◦ green 96 ◦ blue 41

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

Shades of Dark Olive Green #506029

Tints of Dark Olive Green #506029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.89%

R = 36.87%
G = 44.24%
B = 18.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#506029 (or 0x506029) is known color: Dark Olive Green. HEX triplet: 50, 60 and 29. RGB value is (80,96,41). Sum of RGB (Red+Green+Blue) = 80+96+41=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #506029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506029 is #AF9FD6. Grayscale: #555555. Windows color (decimal): -11509719 or 2711632. OLE color: 2711632.

HSL color Cylindrical-coordinate representation of color #506029: hue angle of 77.45º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #506029 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 41 -
CMYK 0.17 0 0.57 0.62
HSL 77.45º 0.4% 0.27% -
HSV(B) 77.45º 0.57% 0.38% -
XYZ 7.89 10.23 3.66 -
YUV 84.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 80 96 41 0.17 0 0.57 0.62 77.45 0.4 0.27
Hex 50 60 29 11 0 39 3E 4D 28 1B
Octal 120 140 51 21 0 71 76 115 50 33
Binary 1010000 1100000 101001 10001 0 111001 111110 1001101 101000 11011

Color Harmonies of #506029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506029

Black with #506029

Text Example


Text Example

White with #506029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506029; }

 p { color: rgb(80,96,41); }

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

background-color css

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

 a { background-color: rgb(80,96,41); }

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

border-color css

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

 span { border-color: rgb(80,96,41); }

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