#506632

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

Shades of Green Leaf #506632

Tints of Green Leaf #506632

Color information

#506632 (or 0x506632) is unknown color: approx Green Leaf. HEX triplet: 50, 66 and 32. RGB value is (80,102,50). Sum of RGB (Red+Green+Blue) = 80+102+50=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #506632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506632 is #AF99CD. Grayscale: #595959. Windows color (decimal): -11508174 or 3302992. OLE color: 3302992.

HSL color Cylindrical-coordinate representation of color #506632: hue angle of 85.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #506632 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB8010250-
CMYK0.2200.510.6
HSL85.38º34.21%29.8%-
HSV(B)85.38º50.98%40%-
XYZ8.6411.444.77-
YUV89.49105.71121.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=34.48%
G=43.97%
B=21.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102500.2200.510.685.3834.2129.8
Hex506632160333C55221e
Octal1201466226063741254236
Binary10100001100110110010101100110011111100101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506632; }

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

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

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

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

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

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

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

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