#50672A

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

Shades of Green Leaf #50672A

Tints of Green Leaf #50672A

Color information

#50672A (or 0x50672A) is unknown color: approx Green Leaf. HEX triplet: 50, 67 and 2A. RGB value is (80,103,42). Sum of RGB (Red+Green+Blue) = 80+103+42=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #50672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50672A is #AF98D5. Grayscale: #595959. Windows color (decimal): -11507926 or 2778960. OLE color: 2778960.

HSL color Cylindrical-coordinate representation of color #50672A: hue angle of 82.62º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50672A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB8010342-
CMYK0.2200.590.60
HSL82.62º42.07%28.43%-
HSV(B)82.62º59.22%40.39%-
XYZ8.5811.573.97-
YUV89.17101.38121.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=35.56%
G=45.78%
B=18.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103420.2200.590.6082.6242.0728.43
Hex50672A1603B3C532a1c
Octal1201475226073741235234
Binary10100001100111101010101100111011111100101001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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