#429319

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

Shades of La Palma #429319

Tints of La Palma #429319

Color information

#429319 (or 0x429319) is unknown color: approx La Palma. HEX triplet: 42, 93 and 19. RGB value is (66,147,25). Sum of RGB (Red+Green+Blue) = 66+147+25=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #429319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429319 is #BD6CE6. Grayscale: #6D6D6D. Windows color (decimal): -12414183 or 1676098. OLE color: 1676098.

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

Color convert

RGB6614725-
CMYK0.5500.830.42
HSL99.84º70.93%33.73%-
HSV(B)99.84º82.99%57.65%-
XYZ12.8622.14.51-
YUV108.8780.6697.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 147 (57.81% from 255) = 61.76%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=27.73%
G=61.76%
B=10.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147250.5500.830.4299.8470.9333.73
Hex429319370532A644722
Octal102223316701235214410742
Binary100001010010011110011101110101001110101011001001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429319; }

 p { color: rgb(66,147,25); }

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

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

 a { background-color: rgb(66,147,25); }

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

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

 span { border-color: rgb(66,147,25); }

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