#428539

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

Shades of La Palma #428539

Tints of La Palma #428539

Color information

#428539 (or 0x428539) is unknown color: approx La Palma. HEX triplet: 42, 85 and 39. RGB value is (66,133,57). Sum of RGB (Red+Green+Blue) = 66+133+57=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #428539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428539 is #BD7AC6. Grayscale: #686868. Windows color (decimal): -12417735 or 3769666. OLE color: 3769666.

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

Color convert

RGB6613357-
CMYK0.5000.570.48
HSL112.89º40%37.25%-
HSV(B)112.89º57.14%52.16%-
XYZ11.3718.236.79-
YUV104.3101.3100.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=25.78%
G=51.95%
B=22.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133570.5000.570.48112.894037.25
Hex4285393203930712825
Octal1022057162071601615045
Binary10000101000010111100111001001110011100001110001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428539; }

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

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

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

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

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

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

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

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