Html Css Color HEX #506036 Dark Olive Green

📋 copy color: '#506036'

red 80 ◦ green 96 ◦ blue 54

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

Shades of Dark Olive Green #506036

Tints of Dark Olive Green #506036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.48%

R = 34.78%
G = 41.74%
B = 23.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#506036 (or 0x506036) is known color: Dark Olive Green. HEX triplet: 50, 60 and 36. RGB value is (80,96,54). Sum of RGB (Red+Green+Blue) = 80+96+54=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #506036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506036 is #AF9FC9. Grayscale: #565656. Windows color (decimal): -11509706 or 3563600. OLE color: 3563600.

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

Color convert

RGB 80 96 54 -
CMYK 0.17 0 0.44 0.62
HSL 82.86º 0.28% 0.29% -
HSV(B) 82.86º 0.44% 0.38% -
XYZ 8.16 10.34 5.06 -
YUV 86.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 80 96 54 0.17 0 0.44 0.62 82.86 0.28 0.29
Hex 50 60 36 11 0 2C 3E 53 1C 1D
Octal 120 140 66 21 0 54 76 123 34 35
Binary 1010000 1100000 110110 10001 0 101100 111110 1010011 11100 11101

Color Harmonies of #506036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506036

Black with #506036

Text Example


Text Example

White with #506036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506036; }

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

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

background-color css

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

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

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

border-color css

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

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

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