#50671D

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

Shades of Green Leaf #50671D

Tints of Green Leaf #50671D

Color information

#50671D (or 0x50671D) is unknown color: approx Green Leaf. HEX triplet: 50, 67 and 1D. RGB value is (80,103,29). Sum of RGB (Red+Green+Blue) = 80+103+29=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #50671D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50671D is #AF98E2. Grayscale: #575757. Windows color (decimal): -11507939 or 1926992. OLE color: 1926992.

HSL color Cylindrical-coordinate representation of color #50671D: hue angle of 78.65º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50671D is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB8010329-
CMYK0.2200.720.60
HSL78.65º56.06%25.88%-
HSV(B)78.65º71.84%40.39%-
XYZ8.3811.492.94-
YUV87.6994.88122.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 103 (40.62% from 255) = 48.58%
BLUE value IS 29 (11.72% from 255) = 13.68%
R=37.74%
G=48.58%
B=13.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103290.2200.720.6078.6556.0625.88
Hex50671D160483C4f381a
Octal12014735260110741177032
Binary10100001100111111011011001001000111100100111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50671D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50671D; }

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

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

<style>
 a { background-color: #50671D; }

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

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

<style>
 span { border-color: #50671D; }

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

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