#506F2A

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

Shades of Green Leaf #506F2A

Tints of Green Leaf #506F2A

Color information

#506F2A (or 0x506F2A) is unknown color: approx Green Leaf. HEX triplet: 50, 6F and 2A. RGB value is (80,111,42). Sum of RGB (Red+Green+Blue) = 80+111+42=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #506F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F2A is #AF90D5. Grayscale: #5E5E5E. Windows color (decimal): -11505878 or 2781008. OLE color: 2781008.

HSL color Cylindrical-coordinate representation of color #506F2A: hue angle of 86.96º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506F2A is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB8011142-
CMYK0.2800.620.56
HSL86.96º45.1%30%-
HSV(B)86.96º62.16%43.53%-
XYZ9.4113.244.25-
YUV93.8698.73118.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 111 (43.75% from 255) = 47.64%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=34.33%
G=47.64%
B=18.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111420.2800.620.5686.9645.130
Hex506F2A1C03E38572d1e
Octal1201575234076701275536
Binary10100001101111101010111000111110111000101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506F2A; }

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

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

<style>
 a { background-color: #506F2A; }

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

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

<style>
 span { border-color: #506F2A; }

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

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