#506328

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

Shades of Green Leaf #506328

Tints of Green Leaf #506328

Color information

#506328 (or 0x506328) is unknown color: approx Green Leaf. HEX triplet: 50, 63 and 28. RGB value is (80,99,40). Sum of RGB (Red+Green+Blue) = 80+99+40=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #506328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506328 is #AF9CD7. Grayscale: #565656. Windows color (decimal): -11508952 or 2646864. OLE color: 2646864.

HSL color Cylindrical-coordinate representation of color #506328: hue angle of 79.32º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506328 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB809940-
CMYK0.1900.600.61
HSL79.32º42.45%27.25%-
HSV(B)79.32º59.6%38.82%-
XYZ8.1510.783.66-
YUV86.59101.71123.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=36.53%
G=45.21%
B=18.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099400.1900.600.6179.3242.4527.25
Hex5063281303C3D4f2a1b
Octal1201435023074751175233
Binary10100001100011101000100110111100111101100111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506328; }

 p { color: rgb(80,99,40); }

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

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

 a { background-color: rgb(80,99,40); }

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

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

 span { border-color: rgb(80,99,40); }

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