#50790C

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

Shades of Green Leaf #50790C

Tints of Green Leaf #50790C

Color information

#50790C (or 0x50790C) is unknown color: approx Green Leaf. HEX triplet: 50, 79 and 0C. RGB value is (80,121,12). Sum of RGB (Red+Green+Blue) = 80+121+12=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #50790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50790C is #AF86F3. Grayscale: #606060. Windows color (decimal): -11503348 or 817488. OLE color: 817488.

HSL color Cylindrical-coordinate representation of color #50790C: hue angle of 82.57º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50790C is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB8012112-
CMYK0.3400.900.53
HSL82.57º81.95%26.08%-
HSV(B)82.57º90.08%47.45%-
XYZ10.2115.412.78-
YUV96.3280.42116.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 121 (47.66% from 255) = 56.81%
BLUE value IS 12 (5.08% from 255) = 5.63%
R=37.56%
G=56.81%
B=5.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121120.3400.900.5382.5781.9526.08
Hex5079C2205A3553521a
Octal120171144201326512312232
Binary101000011110011100100010010110101101011010011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50790C; }

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

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

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

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

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

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

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

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