#50772A

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

Shades of Green Leaf #50772A

Tints of Green Leaf #50772A

Color information

#50772A (or 0x50772A) is unknown color: approx Green Leaf. HEX triplet: 50, 77 and 2A. RGB value is (80,119,42). Sum of RGB (Red+Green+Blue) = 80+119+42=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #50772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50772A is #AF88D5. Grayscale: #626262. Windows color (decimal): -11503830 or 2783056. OLE color: 2783056.

HSL color Cylindrical-coordinate representation of color #50772A: hue angle of 90.39º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50772A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB8011942-
CMYK0.3300.650.53
HSL90.39º47.83%31.57%-
HSV(B)90.39º64.71%46.67%-
XYZ10.3215.074.55-
YUV98.5696.08114.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 119 (46.88% from 255) = 49.38%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=33.20%
G=49.38%
B=17.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119420.3300.650.5390.3947.8331.57
Hex50772A21041355a3020
Octal12016752410101651326040
Binary10100001110111101010100001010000011101011011010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50772A; }

 p { color: rgb(80,119,42); }

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

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

 a { background-color: rgb(80,119,42); }

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

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

 span { border-color: rgb(80,119,42); }

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