#429403

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

Shades of La Palma #429403

Tints of La Palma #429403

Color information

#429403 (or 0x429403) is unknown color: approx La Palma. HEX triplet: 42, 94 and 03. RGB value is (66,148,3). Sum of RGB (Red+Green+Blue) = 66+148+3=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #429403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429403 is #BD6BFC. Grayscale: #6B6B6B. Windows color (decimal): -12413949 or 234562. OLE color: 234562.

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

Color convert

RGB661483-
CMYK0.5500.980.42
HSL93.93º96.03%29.61%-
HSV(B)93.93º97.97%58.04%-
XYZ12.8522.343.72-
YUV106.9569.3398.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 148 (58.20% from 255) = 68.20%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=30.41%
G=68.20%
B=1.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6614830.5500.980.4293.9396.0329.61
Hex42943370622A5e601e
Octal10222436701425213614036
Binary10000101001010011110111011000101010101011110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429403; }

 p { color: rgb(66,148,3); }

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

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

 a { background-color: rgb(66,148,3); }

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

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

 span { border-color: rgb(66,148,3); }

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