Html Css Color HEX #506130 Dark Olive Green

📋 copy color: '#506130'

red 80 ◦ green 97 ◦ blue 48

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

Shades of Dark Olive Green #506130

Tints of Dark Olive Green #506130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 35.56%
G = 43.11%
B = 21.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#506130 (or 0x506130) is known color: Dark Olive Green. HEX triplet: 50, 61 and 30. RGB value is (80,97,48). Sum of RGB (Red+Green+Blue) = 80+97+48=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #506130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506130 is #AF9ECF. Grayscale: #565656. Windows color (decimal): -11509456 or 3170640. OLE color: 3170640.

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

Color convert

RGB 80 97 48 -
CMYK 0.18 0 0.51 0.62
HSL 80.82º 0.34% 0.28% -
HSV(B) 80.82º 0.51% 0.38% -
XYZ 8.12 10.47 4.39 -
YUV 86.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 80 97 48 0.18 0 0.51 0.62 80.82 0.34 0.28
Hex 50 61 30 12 0 33 3E 51 22 1C
Octal 120 141 60 22 0 63 76 121 42 34
Binary 1010000 1100001 110000 10010 0 110011 111110 1010001 100010 11100

Color Harmonies of #506130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506130

Black with #506130

Text Example


Text Example

White with #506130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506130; }

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

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

background-color css

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

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

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

border-color css

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

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

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