#428D10

Color #428D10 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #428D10

Tints of La Palma #428D10

Color information

#428D10 (or 0x428D10) is unknown color: approx La Palma. HEX triplet: 42, 8D and 10. RGB value is (66,141,16). Sum of RGB (Red+Green+Blue) = 66+141+16=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #428D10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428D10 is #BD72EF. Grayscale: #686868. Windows color (decimal): -12415728 or 1084738. OLE color: 1084738.

HSL color Cylindrical-coordinate representation of color #428D10: hue angle of 96º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #428D10 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB6614116-
CMYK0.5300.890.45
HSL96º79.62%30.78%-
HSV(B)96º88.65%55.29%-
XYZ11.8720.253.77-
YUV104.3278.15100.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 141 (55.47% from 255) = 63.23%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=29.60%
G=63.23%
B=7.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141160.5300.890.459679.6230.78
Hex428D10350592D60501f
Octal102215206501315514012037
Binary10000101000110110000110101010110011011011100000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428D10; }

 p { color: rgb(66,141,16); }

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

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

 a { background-color: rgb(66,141,16); }

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

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

 span { border-color: rgb(66,141,16); }

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