#507928

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

Shades of Green Leaf #507928

Tints of Green Leaf #507928

Color information

#507928 (or 0x507928) is unknown color: approx Green Leaf. HEX triplet: 50, 79 and 28. RGB value is (80,121,40). Sum of RGB (Red+Green+Blue) = 80+121+40=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #507928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507928 is #AF86D7. Grayscale: #636363. Windows color (decimal): -11503320 or 2652496. OLE color: 2652496.

HSL color Cylindrical-coordinate representation of color #507928: hue angle of 90.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507928 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB8012140-
CMYK0.3400.670.53
HSL90.37º50.31%31.57%-
HSV(B)90.37º66.94%47.45%-
XYZ10.5315.534.45-
YUV99.5194.42114.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=33.20%
G=50.21%
B=16.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121400.3400.670.5390.3750.3131.57
Hex50792822043355a3220
Octal12017150420103651326240
Binary10100001111001101000100010010000111101011011010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507928; }

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

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

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

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

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

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

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

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