#50742A

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

Shades of Green Leaf #50742A

Tints of Green Leaf #50742A

Color information

#50742A (or 0x50742A) is unknown color: approx Green Leaf. HEX triplet: 50, 74 and 2A. RGB value is (80,116,42). Sum of RGB (Red+Green+Blue) = 80+116+42=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #50742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50742A is #AF8BD5. Grayscale: #616161. Windows color (decimal): -11504598 or 2782288. OLE color: 2782288.

HSL color Cylindrical-coordinate representation of color #50742A: hue angle of 89.19º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50742A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB8011642-
CMYK0.3100.640.55
HSL89.19º46.84%30.98%-
HSV(B)89.19º63.79%45.49%-
XYZ9.9714.364.44-
YUV96.897.07116.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=33.61%
G=48.74%
B=17.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116420.3100.640.5589.1946.8430.98
Hex50742A1F04037592f1f
Octal12016452370100671315737
Binary101000011101001010101111101000000110111101100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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