#4A9B1E

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

Shades of La Palma #4A9B1E

Tints of La Palma #4A9B1E

Color information

#4A9B1E (or 0x4A9B1E) is unknown color: approx La Palma. HEX triplet: 4A, 9B and 1E. RGB value is (74,155,30). Sum of RGB (Red+Green+Blue) = 74+155+30=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9B1E is #B564E1. Grayscale: #747474. Windows color (decimal): -11887842 or 2005834. OLE color: 2005834.

HSL color Cylindrical-coordinate representation of color #4A9B1E: hue angle of 98.88º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A9B1E is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB7415530-
CMYK0.5200.810.39
HSL98.88º67.57%36.27%-
HSV(B)98.88º80.65%60.78%-
XYZ14.7824.995.27-
YUV116.5379.1697.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 59.85%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=28.57%
G=59.85%
B=11.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74155300.5200.810.3998.8867.5736.27
Hex4A9B1E3405127634424
Octal112233366401214714310444
Binary100101010011011111101101000101000110011111000111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,155,30); }

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

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

 a { background-color: rgb(74,155,30); }

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

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

 span { border-color: rgb(74,155,30); }

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