#428137

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

Shades of La Palma #428137

Tints of La Palma #428137

Color information

#428137 (or 0x428137) is unknown color: approx La Palma. HEX triplet: 42, 81 and 37. RGB value is (66,129,55). Sum of RGB (Red+Green+Blue) = 66+129+55=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #428137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428137 is #BD7EC8. Grayscale: #656565. Windows color (decimal): -12418761 or 3637570. OLE color: 3637570.

HSL color Cylindrical-coordinate representation of color #428137: hue angle of 111.08º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428137 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB6612955-
CMYK0.4900.570.49
HSL111.08º40.22%36.08%-
HSV(B)111.08º57.36%50.59%-
XYZ10.7917.136.35-
YUV101.73101.63102.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 129 (50.78% from 255) = 51.6%
BLUE value IS 55 (21.88% from 255) = 22%
R=26.4%
G=51.6%
B=22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129550.4900.570.49111.0840.2236.08
Hex42813731039316f2824
Octal1022016761071611575044
Binary10000101000000111011111000101110011100011101111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428137; }

 p { color: rgb(66,129,55); }

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

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

 a { background-color: rgb(66,129,55); }

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

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

 span { border-color: rgb(66,129,55); }

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