#428529

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

Shades of La Palma #428529

Tints of La Palma #428529

Color information

#428529 (or 0x428529) is unknown color: approx La Palma. HEX triplet: 42, 85 and 29. RGB value is (66,133,41). Sum of RGB (Red+Green+Blue) = 66+133+41=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #428529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428529 is #BD7AD6. Grayscale: #666666. Windows color (decimal): -12417751 or 2721090. OLE color: 2721090.

HSL color Cylindrical-coordinate representation of color #428529: hue angle of 103.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428529 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB6613341-
CMYK0.5000.690.48
HSL103.7º52.87%34.12%-
HSV(B)103.7º69.17%52.16%-
XYZ11.0318.095.01-
YUV102.4893.3101.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=27.5%
G=55.42%
B=17.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133410.5000.690.48103.752.8734.12
Hex4285293204530683522
Octal10220551620105601506542
Binary100001010000101101001110010010001011100001101000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428529; }

 p { color: rgb(66,133,41); }

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

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

 a { background-color: rgb(66,133,41); }

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

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

 span { border-color: rgb(66,133,41); }

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