Html Css Color HEX #506030 Dark Olive Green

📋 copy color: '#506030'

red 80 ◦ green 96 ◦ blue 48

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

Shades of Dark Olive Green #506030

Tints of Dark Olive Green #506030

RGB

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

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

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

R = 35.71%
G = 42.86%
B = 21.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#506030 (or 0x506030) is known color: Dark Olive Green. HEX triplet: 50, 60 and 30. RGB value is (80,96,48). Sum of RGB (Red+Green+Blue) = 80+96+48=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #506030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506030 is #AF9FCF. Grayscale: #555555. Windows color (decimal): -11509712 or 3170384. OLE color: 3170384.

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

Color convert

RGB 80 96 48 -
CMYK 0.17 0 0.50 0.62
HSL 80º 0.33% 0.28% -
HSV(B) 80º 0.5% 0.38% -
XYZ 8.02 10.28 4.36 -
YUV 85.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 80 96 48 0.17 0 0.50 0.62 80 0.33 0.28
Hex 50 60 30 11 0 32 3E 50 21 1C
Octal 120 140 60 21 0 62 76 120 41 34
Binary 1010000 1100000 110000 10001 0 110010 111110 1010000 100001 11100

Color Harmonies of #506030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506030

Black with #506030

Text Example


Text Example

White with #506030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506030; }

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

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

background-color css

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

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

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

border-color css

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

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

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