Html Css Color HEX #506129 Dark Olive Green

📋 copy color: '#506129'

red 80 ◦ green 97 ◦ blue 41

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

Shades of Dark Olive Green #506129

Tints of Dark Olive Green #506129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

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

R = 36.7%
G = 44.5%
B = 18.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#506129 (or 0x506129) is known color: Dark Olive Green. HEX triplet: 50, 61 and 29. RGB value is (80,97,41). Sum of RGB (Red+Green+Blue) = 80+97+41=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #506129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506129 is #AF9ED6. Grayscale: #555555. Windows color (decimal): -11509463 or 2711888. OLE color: 2711888.

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

Color convert

RGB 80 97 41 -
CMYK 0.18 0 0.58 0.62
HSL 78.21º 0.41% 0.27% -
HSV(B) 78.21º 0.58% 0.38% -
XYZ 7.98 10.41 3.69 -
YUV 85.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 80 97 41 0.18 0 0.58 0.62 78.21 0.41 0.27
Hex 50 61 29 12 0 3A 3E 4E 29 1B
Octal 120 141 51 22 0 72 76 116 51 33
Binary 1010000 1100001 101001 10010 0 111010 111110 1001110 101001 11011

Color Harmonies of #506129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506129

Black with #506129

Text Example


Text Example

White with #506129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506129; }

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

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

background-color css

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

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

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

border-color css

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

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

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