#428434

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

Shades of La Palma #428434

Tints of La Palma #428434

Color information

#428434 (or 0x428434) is unknown color: approx La Palma. HEX triplet: 42, 84 and 34. RGB value is (66,132,52). Sum of RGB (Red+Green+Blue) = 66+132+52=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #428434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428434 is #BD7BCB. Grayscale: #676767. Windows color (decimal): -12417996 or 3441730. OLE color: 3441730.

HSL color Cylindrical-coordinate representation of color #428434: hue angle of 109.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428434 is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB6613252-
CMYK0.500.610.48
HSL109.5º43.48%36.08%-
HSV(B)109.5º60.61%51.76%-
XYZ11.1217.916.12-
YUV103.1599.13101.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 132 (51.95% from 255) = 52.8%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=26.4%
G=52.8%
B=20.8%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132520.500.610.48109.543.4836.08
Hex4284343203D306e2b24
Octal1022046462075601565344
Binary10000101000010011010011001001111011100001101110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428434; }

 p { color: rgb(66,132,52); }

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

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

 a { background-color: rgb(66,132,52); }

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

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

 span { border-color: rgb(66,132,52); }

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