#50792A

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

Shades of Green Leaf #50792A

Tints of Green Leaf #50792A

Color information

#50792A (or 0x50792A) is unknown color: approx Green Leaf. HEX triplet: 50, 79 and 2A. RGB value is (80,121,42). Sum of RGB (Red+Green+Blue) = 80+121+42=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #50792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50792A is #AF86D5. Grayscale: #646464. Windows color (decimal): -11503318 or 2783568. OLE color: 2783568.

HSL color Cylindrical-coordinate representation of color #50792A: hue angle of 91.14º 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 #50792A is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB8012142-
CMYK0.3400.650.53
HSL91.14º48.47%31.96%-
HSV(B)91.14º65.29%47.45%-
XYZ10.5615.554.63-
YUV99.7495.42113.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=32.92%
G=49.79%
B=17.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121420.3400.650.5391.1448.4731.96
Hex50792A22041355b3020
Octal12017152420101651336040
Binary10100001111001101010100010010000011101011011011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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