Html Css Color HEX #506D11 Fiji Green

📋 copy color: '#506D11'

red 80 ◦ green 109 ◦ blue 17

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

Shades of Fiji Green #506D11

Tints of Fiji Green #506D11

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.91%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 38.83%
G = 52.91%
B = 8.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#506D11 (or 0x506D11) is known color: Fiji Green. HEX triplet: 50, 6D and 11. RGB value is (80,109,17). Sum of RGB (Red+Green+Blue) = 80+109+17=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #506D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506D11 is #AF92EE. Grayscale: #5A5A5A. Windows color (decimal): -11506415 or 1142096. OLE color: 1142096.

HSL color Cylindrical-coordinate representation of color #506D11: hue angle of 78.91º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #506D11 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 17 -
CMYK 0.27 0 0.84 0.57
HSL 78.91º 0.73% 0.25% -
HSV(B) 78.91º 0.84% 0.43% -
XYZ 8.88 12.68 2.51 -
YUV 89.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 80 109 17 0.27 0 0.84 0.57 78.91 0.73 0.25
Hex 50 6D 11 1B 0 54 39 4F 49 19
Octal 120 155 21 33 0 124 71 117 111 31
Binary 1010000 1101101 10001 11011 0 1010100 111001 1001111 1001001 11001

Color Harmonies of #506D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D11

Black with #506D11

Text Example


Text Example

White with #506D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D11; }

 p { color: rgb(80,109,17); }

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

background-color css

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

 a { background-color: rgb(80,109,17); }

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

border-color css

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

 span { border-color: rgb(80,109,17); }

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