Html Css Color HEX #506136 Dark Olive Green

📋 copy color: '#506136'

red 80 ◦ green 97 ◦ blue 54

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

Shades of Dark Olive Green #506136

Tints of Dark Olive Green #506136

RGB

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

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

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

R = 34.63%
G = 41.99%
B = 23.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#506136 (or 0x506136) is known color: Dark Olive Green. HEX triplet: 50, 61 and 36. RGB value is (80,97,54). Sum of RGB (Red+Green+Blue) = 80+97+54=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #506136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506136 is #AF9EC9. Grayscale: #575757. Windows color (decimal): -11509450 or 3563856. OLE color: 3563856.

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

Color convert

RGB 80 97 54 -
CMYK 0.18 0 0.44 0.62
HSL 83.72º 0.28% 0.3% -
HSV(B) 83.72º 0.44% 0.38% -
XYZ 8.25 10.52 5.09 -
YUV 87.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 80 97 54 0.18 0 0.44 0.62 83.72 0.28 0.3
Hex 50 61 36 12 0 2C 3E 54 1C 1E
Octal 120 141 66 22 0 54 76 124 34 36
Binary 1010000 1100001 110110 10010 0 101100 111110 1010100 11100 11110

Color Harmonies of #506136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506136

Black with #506136

Text Example


Text Example

White with #506136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506136; }

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

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

background-color css

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

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

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

border-color css

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

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

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