#507528

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

Shades of Green Leaf #507528

Tints of Green Leaf #507528

Color information

#507528 (or 0x507528) is unknown color: approx Green Leaf. HEX triplet: 50, 75 and 28. RGB value is (80,117,40). Sum of RGB (Red+Green+Blue) = 80+117+40=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #507528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507528 is #AF8AD7. Grayscale: #616161. Windows color (decimal): -11504344 or 2651472. OLE color: 2651472.

HSL color Cylindrical-coordinate representation of color #507528: hue angle of 88.83º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507528 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB8011740-
CMYK0.3200.660.54
HSL88.83º49.04%30.78%-
HSV(B)88.83º65.81%45.88%-
XYZ10.0514.584.29-
YUV97.1695.74115.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=33.76%
G=49.37%
B=16.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117400.3200.660.5488.8349.0430.78
Hex507528200423659311f
Octal12016550400102661316137
Binary1010000111010110100010000001000010110110101100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507528; }

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

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

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

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

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

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

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

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