#507E2B

Color #507E2B Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #507E2B

Tints of Green Leaf #507E2B

Color information

#507E2B (or 0x507E2B) is unknown color: approx Green Leaf. HEX triplet: 50, 7E and 2B. RGB value is (80,126,43). Sum of RGB (Red+Green+Blue) = 80+126+43=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #507E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E2B is #AF81D4. Grayscale: #676767. Windows color (decimal): -11502037 or 2850384. OLE color: 2850384.

HSL color Cylindrical-coordinate representation of color #507E2B: hue angle of 93.25º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507E2B is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB8012643-
CMYK0.3700.660.51
HSL93.25º49.11%33.14%-
HSV(B)93.25º65.87%49.41%-
XYZ11.2116.84.94-
YUV102.7894.26111.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 126 (49.61% from 255) = 50.60%
BLUE value IS 43 (17.19% from 255) = 17.27%
R=32.13%
G=50.60%
B=17.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80126430.3700.660.5193.2549.1133.14
Hex507E2B25042335d3121
Octal12017653450102631356141
Binary10100001111110101011100101010000101100111011101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507E2B; }

 p { color: rgb(80,126,43); }

 H1.HeaderClassName
 {
   color: #507E2B;
 }
 .AnyTagClassName
 {
   color: #507E2B;
 }
</style>
background-color css

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

 a { background-color: rgb(80,126,43); }

 div.DivClassName
 {
   background-color: #507E2B;
 }
 .BgClassName
 {
   background-color: #507E2B;
 }
</style>
border-color css

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

 span { border-color: rgb(80,126,43); }

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