#50722F

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

Shades of Green Leaf #50722F

Tints of Green Leaf #50722F

Color information

#50722F (or 0x50722F) is unknown color: approx Green Leaf. HEX triplet: 50, 72 and 2F. RGB value is (80,114,47). Sum of RGB (Red+Green+Blue) = 80+114+47=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #50722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50722F is #AF8DD0. Grayscale: #606060. Windows color (decimal): -11505105 or 3109456. OLE color: 3109456.

HSL color Cylindrical-coordinate representation of color #50722F: hue angle of 90.45º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50722F is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB8011447-
CMYK0.3000.590.55
HSL90.45º41.61%31.57%-
HSV(B)90.45º58.77%44.71%-
XYZ9.8413.954.86-
YUV96.2100.24116.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=33.20%
G=47.30%
B=19.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114470.3000.590.5590.4541.6131.57
Hex50722F1E03B375a2a20
Octal1201625736073671325240
Binary101000011100101011111111001110111101111011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50722F; }

 p { color: rgb(80,114,47); }

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

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

 a { background-color: rgb(80,114,47); }

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

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

 span { border-color: rgb(80,114,47); }

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