#428C0A

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

Shades of La Palma #428C0A

Tints of La Palma #428C0A

Color information

#428C0A (or 0x428C0A) is unknown color: approx La Palma. HEX triplet: 42, 8C and 0A. RGB value is (66,140,10). Sum of RGB (Red+Green+Blue) = 66+140+10=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 140 (55.08% from 255 or 64.81% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 140 - color contains mainly: green. Hex color #428C0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C0A is #BD73F5. Grayscale: #676767. Windows color (decimal): -12415990 or 691266. OLE color: 691266.

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

Color convert

RGB6614010-
CMYK0.5300.930.45
HSL94.15º86.67%29.41%-
HSV(B)94.15º92.86%54.9%-
XYZ11.6819.943.52-
YUV103.0575.48101.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 140 (55.08% from 255) = 64.81%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=30.56%
G=64.81%
B=4.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66140100.5300.930.4594.1586.6729.41
Hex428CA3505D2D5e571d
Octal102214126501355513612735
Binary1000010100011001010110101010111011011011011110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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