#50762B

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

Shades of Green Leaf #50762B

Tints of Green Leaf #50762B

Color information

#50762B (or 0x50762B) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 2B. RGB value is (80,118,43). Sum of RGB (Red+Green+Blue) = 80+118+43=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #50762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762B is #AF89D4. Grayscale: #626262. Windows color (decimal): -11504085 or 2848336. OLE color: 2848336.

HSL color Cylindrical-coordinate representation of color #50762B: hue angle of 90.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50762B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB8011843-
CMYK0.3200.640.54
HSL90.4º46.58%31.57%-
HSV(B)90.4º63.56%46.27%-
XYZ10.2214.844.61-
YUV98.0996.91115.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=33.20%
G=48.96%
B=17.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118430.3200.640.5490.446.5831.57
Hex50762B20040365a2f20
Octal12016653400100661325740
Binary10100001110110101011100000010000001101101011010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50762B; }

 p { color: rgb(80,118,43); }

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

<style>
 a { background-color: #50762B; }

 a { background-color: rgb(80,118,43); }

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

<style>
 span { border-color: #50762B; }

 span { border-color: rgb(80,118,43); }

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