#50692D

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

Shades of Green Leaf #50692D

Tints of Green Leaf #50692D

Color information

#50692D (or 0x50692D) is unknown color: approx Green Leaf. HEX triplet: 50, 69 and 2D. RGB value is (80,105,45). Sum of RGB (Red+Green+Blue) = 80+105+45=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #50692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50692D is #AF96D2. Grayscale: #5A5A5A. Windows color (decimal): -11507411 or 2976080. OLE color: 2976080.

HSL color Cylindrical-coordinate representation of color #50692D: hue angle of 85º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50692D is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB8010545-
CMYK0.2400.570.59
HSL85º40%29.41%-
HSV(B)85º57.14%41.18%-
XYZ8.83124.33-
YUV90.68102.22120.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=34.78%
G=45.65%
B=19.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105450.2400.570.59854029.41
Hex50692D180393B55281d
Octal1201515530071731255035
Binary10100001101001101101110000111001111011101010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,105,45); }

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

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

 a { background-color: rgb(80,105,45); }

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

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

 span { border-color: rgb(80,105,45); }

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