#4A8E0E

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

Shades of La Palma #4A8E0E

Tints of La Palma #4A8E0E

Color information

#4A8E0E (or 0x4A8E0E) is unknown color: approx La Palma. HEX triplet: 4A, 8E and 0E. RGB value is (74,142,14). Sum of RGB (Red+Green+Blue) = 74+142+14=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 142 (55.86% from 255 or 61.74% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8E0E is #B571F1. Grayscale: #6B6B6B. Windows color (decimal): -11891186 or 953930. OLE color: 953930.

HSL color Cylindrical-coordinate representation of color #4A8E0E: hue angle of 91.88º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A8E0E is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB7414214-
CMYK0.4800.900.44
HSL91.88º82.05%30.59%-
HSV(B)91.88º90.14%55.69%-
XYZ12.5820.833.77-
YUV107.0875.47104.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 142 (55.86% from 255) = 61.74%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=32.17%
G=61.74%
B=6.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74142140.4800.900.4491.8882.0530.59
Hex4A8EE3005A2C5c521f
Octal112216166001325413412237
Binary1001010100011101110110000010110101011001011100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A8E0E; }

 p { color: rgb(74,142,14); }

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

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

 a { background-color: rgb(74,142,14); }

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

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

 span { border-color: rgb(74,142,14); }

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