#428925

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

Shades of La Palma #428925

Tints of La Palma #428925

Color information

#428925 (or 0x428925) is unknown color: approx La Palma. HEX triplet: 42, 89 and 25. RGB value is (66,137,37). Sum of RGB (Red+Green+Blue) = 66+137+37=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #428925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428925 is #BD76DA. Grayscale: #686868. Windows color (decimal): -12416731 or 2459970. OLE color: 2459970.

HSL color Cylindrical-coordinate representation of color #428925: hue angle of 102.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428925 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB6613737-
CMYK0.5200.730.46
HSL102.6º57.47%34.12%-
HSV(B)102.6º72.99%53.73%-
XYZ11.5319.184.85-
YUV104.3789.98100.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=27.5%
G=57.08%
B=15.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137370.5200.730.46102.657.4734.12
Hex428925340492E673922
Octal10221145640111561477142
Binary100001010001001100101110100010010011011101100111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428925; }

 p { color: rgb(66,137,37); }

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

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

 a { background-color: rgb(66,137,37); }

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

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

 span { border-color: rgb(66,137,37); }

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