#429925

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

Shades of La Palma #429925

Tints of La Palma #429925

Color information

#429925 (or 0x429925) is unknown color: approx La Palma. HEX triplet: 42, 99 and 25. RGB value is (66,153,37). Sum of RGB (Red+Green+Blue) = 66+153+37=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #429925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429925 is #BD66DA. Grayscale: #727272. Windows color (decimal): -12412635 or 2464066. OLE color: 2464066.

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

Color convert

RGB6615337-
CMYK0.5700.760.4
HSL105º61.05%37.25%-
HSV(B)105º75.82%60%-
XYZ13.9724.075.66-
YUV113.7684.6893.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 153 (60.16% from 255) = 59.77%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=25.78%
G=59.77%
B=14.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153370.5700.760.410561.0537.25
Hex4299253904C28693d25
Octal10223145710114501517545
Binary100001010011001100101111001010011001010001101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429925; }

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

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

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

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

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

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

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

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