Html Css Color HEX #507111 Green Leaf

📋 copy color: '#507111'

red 80 ◦ green 113 ◦ blue 17

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

Shades of Green Leaf #507111

Tints of Green Leaf #507111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.81%

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

R = 38.1%
G = 53.81%
B = 8.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#507111 (or 0x507111) is known color: Green Leaf. HEX triplet: 50, 71 and 11. RGB value is (80,113,17). Sum of RGB (Red+Green+Blue) = 80+113+17=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #507111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507111 is #AF8EEE. Grayscale: #5C5C5C. Windows color (decimal): -11505391 or 1143120. OLE color: 1143120.

HSL color Cylindrical-coordinate representation of color #507111: hue angle of 80.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #507111 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 17 -
CMYK 0.29 0 0.85 0.56
HSL 80.63º 0.74% 0.25% -
HSV(B) 80.63º 0.85% 0.44% -
XYZ 9.31 13.56 2.66 -
YUV 92.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 80 113 17 0.29 0 0.85 0.56 80.63 0.74 0.25
Hex 50 71 11 1D 0 55 38 51 4A 19
Octal 120 161 21 35 0 125 70 121 112 31
Binary 1010000 1110001 10001 11101 0 1010101 111000 1010001 1001010 11001

Color Harmonies of #507111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507111

Black with #507111

Text Example


Text Example

White with #507111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507111; }

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

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

background-color css

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

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

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

border-color css

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

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

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