#428537

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

Shades of La Palma #428537

Tints of La Palma #428537

Color information

#428537 (or 0x428537) is unknown color: approx La Palma. HEX triplet: 42, 85 and 37. RGB value is (66,133,55). Sum of RGB (Red+Green+Blue) = 66+133+55=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #428537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428537 is #BD7AC8. Grayscale: #686868. Windows color (decimal): -12417737 or 3638594. OLE color: 3638594.

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

Color convert

RGB6613355-
CMYK0.5000.590.48
HSL111.54º41.49%36.86%-
HSV(B)111.54º58.65%52.16%-
XYZ11.3218.216.53-
YUV104.07100.3100.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 133 (52.34% from 255) = 52.36%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=25.98%
G=52.36%
B=21.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133550.5000.590.48111.5441.4936.86
Hex4285373203B30702925
Octal1022056762073601605145
Binary10000101000010111011111001001110111100001110000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428537; }

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

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

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

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

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

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

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

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