Html Css Color HEX #506033 Dark Olive Green

📋 copy color: '#506033'

red 80 ◦ green 96 ◦ blue 51

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

Shades of Dark Olive Green #506033

Tints of Dark Olive Green #506033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.47%

R = 35.24%
G = 42.29%
B = 22.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#506033 (or 0x506033) is known color: Dark Olive Green. HEX triplet: 50, 60 and 33. RGB value is (80,96,51). Sum of RGB (Red+Green+Blue) = 80+96+51=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #506033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506033 is #AF9FCC. Grayscale: #565656. Windows color (decimal): -11509709 or 3366992. OLE color: 3366992.

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

Color convert

RGB 80 96 51 -
CMYK 0.17 0 0.47 0.62
HSL 81.33º 0.31% 0.29% -
HSV(B) 81.33º 0.47% 0.38% -
XYZ 8.09 10.31 4.7 -
YUV 86.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 80 96 51 0.17 0 0.47 0.62 81.33 0.31 0.29
Hex 50 60 33 11 0 2F 3E 51 1F 1D
Octal 120 140 63 21 0 57 76 121 37 35
Binary 1010000 1100000 110011 10001 0 101111 111110 1010001 11111 11101

Color Harmonies of #506033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506033

Black with #506033

Text Example


Text Example

White with #506033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506033; }

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

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

background-color css

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

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

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

border-color css

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

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

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