#506F2B

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

Shades of Green Leaf #506F2B

Tints of Green Leaf #506F2B

Color information

#506F2B (or 0x506F2B) is unknown color: approx Green Leaf. HEX triplet: 50, 6F and 2B. RGB value is (80,111,43). Sum of RGB (Red+Green+Blue) = 80+111+43=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #506F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F2B is #AF90D4. Grayscale: #5E5E5E. Windows color (decimal): -11505877 or 2846544. OLE color: 2846544.

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

Color convert

RGB8011143-
CMYK0.2800.610.56
HSL87.35º44.16%30.2%-
HSV(B)87.35º61.26%43.53%-
XYZ9.4313.254.35-
YUV93.9899.23118.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=34.19%
G=47.44%
B=18.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111430.2800.610.5687.3544.1630.2
Hex506F2B1C03D38572c1e
Octal1201575334075701275436
Binary10100001101111101011111000111101111000101011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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