#428527

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

Shades of La Palma #428527

Tints of La Palma #428527

Color information

#428527 (or 0x428527) is unknown color: approx La Palma. HEX triplet: 42, 85 and 27. RGB value is (66,133,39). Sum of RGB (Red+Green+Blue) = 66+133+39=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #428527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428527 is #BD7AD8. Grayscale: #666666. Windows color (decimal): -12417753 or 2590018. OLE color: 2590018.

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

Color convert

RGB6613339-
CMYK0.5000.710.48
HSL102.77º54.65%33.73%-
HSV(B)102.77º70.68%52.16%-
XYZ1118.084.83-
YUV102.2592.3102.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=27.73%
G=55.88%
B=16.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133390.5000.710.48102.7754.6533.73
Hex4285273204730673722
Octal10220547620107601476742
Binary100001010000101100111110010010001111100001100111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428527; }

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

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

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

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

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

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

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

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