#506F32

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

Shades of Green Leaf #506F32

Tints of Green Leaf #506F32

Color information

#506F32 (or 0x506F32) is unknown color: approx Green Leaf. HEX triplet: 50, 6F and 32. RGB value is (80,111,50). Sum of RGB (Red+Green+Blue) = 80+111+50=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #506F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F32 is #AF90CD. Grayscale: #5E5E5E. Windows color (decimal): -11505870 or 3305296. OLE color: 3305296.

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

Color convert

RGB8011150-
CMYK0.2800.550.56
HSL90.49º37.89%31.57%-
HSV(B)90.49º54.95%43.53%-
XYZ9.5713.35.08-
YUV94.78102.73117.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 111 (43.75% from 255) = 46.06%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=33.20%
G=46.06%
B=20.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111500.2800.550.5690.4937.8931.57
Hex506F321C037385a2620
Octal1201576234067701324640
Binary101000011011111100101110001101111110001011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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