Html Css Color HEX #506028 Dark Olive Green

📋 copy color: '#506028'

red 80 ◦ green 96 ◦ blue 40

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

Shades of Dark Olive Green #506028

Tints of Dark Olive Green #506028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 37.04%
G = 44.44%
B = 18.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#506028 (or 0x506028) is known color: Dark Olive Green. HEX triplet: 50, 60 and 28. RGB value is (80,96,40). Sum of RGB (Red+Green+Blue) = 80+96+40=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #506028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506028 is #AF9FD7. Grayscale: #555555. Windows color (decimal): -11509720 or 2646096. OLE color: 2646096.

HSL color Cylindrical-coordinate representation of color #506028: hue angle of 77.14º 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 #506028 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 40 -
CMYK 0.17 0 0.58 0.62
HSL 77.14º 0.41% 0.27% -
HSV(B) 77.14º 0.58% 0.38% -
XYZ 7.87 10.22 3.57 -
YUV 84.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 80 96 40 0.17 0 0.58 0.62 77.14 0.41 0.27
Hex 50 60 28 11 0 3A 3E 4D 29 1B
Octal 120 140 50 21 0 72 76 115 51 33
Binary 1010000 1100000 101000 10001 0 111010 111110 1001101 101001 11011

Color Harmonies of #506028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506028

Black with #506028

Text Example


Text Example

White with #506028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506028; }

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

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

background-color css

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

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

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

border-color css

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

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

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