Html Css Color HEX #506138 Dark Olive Green

📋 copy color: '#506138'

red 80 ◦ green 97 ◦ blue 56

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

Shades of Dark Olive Green #506138

Tints of Dark Olive Green #506138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 34.33%
G = 41.63%
B = 24.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#506138 (or 0x506138) is known color: Dark Olive Green. HEX triplet: 50, 61 and 38. RGB value is (80,97,56). Sum of RGB (Red+Green+Blue) = 80+97+56=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #506138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506138 is #AF9EC7. Grayscale: #575757. Windows color (decimal): -11509448 or 3694928. OLE color: 3694928.

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

Color convert

RGB 80 97 56 -
CMYK 0.18 0 0.42 0.62
HSL 84.88º 0.27% 0.3% -
HSV(B) 84.88º 0.42% 0.38% -
XYZ 8.3 10.54 5.34 -
YUV 87.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 80 97 56 0.18 0 0.42 0.62 84.88 0.27 0.3
Hex 50 61 38 12 0 2A 3E 55 1B 1E
Octal 120 141 70 22 0 52 76 125 33 36
Binary 1010000 1100001 111000 10010 0 101010 111110 1010101 11011 11110

Color Harmonies of #506138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506138

Black with #506138

Text Example


Text Example

White with #506138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506138; }

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

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

background-color css

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

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

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

border-color css

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

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

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