#507332

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

Shades of Green Leaf #507332

Tints of Green Leaf #507332

Color information

#507332 (or 0x507332) is unknown color: approx Green Leaf. HEX triplet: 50, 73 and 32. RGB value is (80,115,50). Sum of RGB (Red+Green+Blue) = 80+115+50=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #507332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507332 is #AF8CCD. Grayscale: #616161. Windows color (decimal): -11504846 or 3306320. OLE color: 3306320.

HSL color Cylindrical-coordinate representation of color #507332: hue angle of 92.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507332 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB8011550-
CMYK0.3000.570.55
HSL92.31º39.39%32.35%-
HSV(B)92.31º56.52%45.1%-
XYZ10.0114.25.23-
YUV97.12101.4115.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=32.65%
G=46.94%
B=20.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115500.3000.570.5592.3139.3932.35
Hex5073321E039375c2720
Octal1201636236071671344740
Binary101000011100111100101111001110011101111011100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507332; }

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

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

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

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

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

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

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

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