#428C3E

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

Shades of La Palma #428C3E

Tints of La Palma #428C3E

Color information

#428C3E (or 0x428C3E) is unknown color: approx La Palma. HEX triplet: 42, 8C and 3E. RGB value is (66,140,62). Sum of RGB (Red+Green+Blue) = 66+140+62=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #428C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428C3E is #BD73C1. Grayscale: #6D6D6D. Windows color (decimal): -12415938 or 4099138. OLE color: 4099138.

HSL color Cylindrical-coordinate representation of color #428C3E: hue angle of 116.92º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428C3E is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB6614062-
CMYK0.5300.560.45
HSL116.92º38.61%39.61%-
HSV(B)116.92º55.71%54.9%-
XYZ12.4920.267.81-
YUV108.98101.4897.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 140 (55.08% from 255) = 52.24%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=24.63%
G=52.24%
B=23.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66140620.5300.560.45116.9238.6139.61
Hex428C3E350382D752728
Octal1022147665070551654750
Binary10000101000110011111011010101110001011011110101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428C3E; }

 p { color: rgb(66,140,62); }

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

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

 a { background-color: rgb(66,140,62); }

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

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

 span { border-color: rgb(66,140,62); }

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