#429427

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

Shades of La Palma #429427

Tints of La Palma #429427

Color information

#429427 (or 0x429427) is unknown color: approx La Palma. HEX triplet: 42, 94 and 27. RGB value is (66,148,39). Sum of RGB (Red+Green+Blue) = 66+148+39=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #429427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429427 is #BD6BD8. Grayscale: #6F6F6F. Windows color (decimal): -12413913 or 2593858. OLE color: 2593858.

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

Color convert

RGB6614839-
CMYK0.5500.740.42
HSL105.14º58.29%36.67%-
HSV(B)105.14º73.65%58.04%-
XYZ13.222.485.56-
YUV111.0687.3395.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 148 (58.20% from 255) = 58.50%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=26.09%
G=58.50%
B=15.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148390.5500.740.42105.1458.2936.67
Hex4294273704A2A693a25
Octal10222447670112521517245
Binary100001010010100100111110111010010101010101101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429427; }

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

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

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

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

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

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

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

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