#50732A

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

Shades of Green Leaf #50732A

Tints of Green Leaf #50732A

Color information

#50732A (or 0x50732A) is unknown color: approx Green Leaf. HEX triplet: 50, 73 and 2A. RGB value is (80,115,42). Sum of RGB (Red+Green+Blue) = 80+115+42=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #50732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50732A is #AF8CD5. Grayscale: #606060. Windows color (decimal): -11504854 or 2782032. OLE color: 2782032.

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

Color convert

RGB8011542-
CMYK0.3000.630.55
HSL88.77º46.5%30.78%-
HSV(B)88.77º63.48%45.1%-
XYZ9.8614.134.4-
YUV96.2197.4116.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=33.76%
G=48.52%
B=17.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115420.3000.630.5588.7746.530.78
Hex50732A1E03F37592e1f
Octal1201635236077671315637
Binary10100001110011101010111100111111110111101100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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