Html Css Color HEX #506133 Dark Olive Green

📋 copy color: '#506133'

red 80 ◦ green 97 ◦ blue 51

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

Shades of Dark Olive Green #506133

Tints of Dark Olive Green #506133

RGB

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

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

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

R = 35.09%
G = 42.54%
B = 22.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#506133 (or 0x506133) is known color: Dark Olive Green. HEX triplet: 50, 61 and 33. RGB value is (80,97,51). Sum of RGB (Red+Green+Blue) = 80+97+51=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #506133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506133 is #AF9ECC. Grayscale: #565656. Windows color (decimal): -11509453 or 3367248. OLE color: 3367248.

HSL color Cylindrical-coordinate representation of color #506133: hue angle of 82.17º 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 #506133 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 51 -
CMYK 0.18 0 0.47 0.62
HSL 82.17º 0.31% 0.29% -
HSV(B) 82.17º 0.47% 0.38% -
XYZ 8.18 10.49 4.73 -
YUV 86.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 80 97 51 0.18 0 0.47 0.62 82.17 0.31 0.29
Hex 50 61 33 12 0 2F 3E 52 1F 1D
Octal 120 141 63 22 0 57 76 122 37 35
Binary 1010000 1100001 110011 10010 0 101111 111110 1010010 11111 11101

Color Harmonies of #506133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506133

Black with #506133

Text Example


Text Example

White with #506133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506133; }

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

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

background-color css

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

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

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

border-color css

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

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

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