#4A8B19

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

Shades of La Palma #4A8B19

Tints of La Palma #4A8B19

Color information

#4A8B19 (or 0x4A8B19) is unknown color: approx La Palma. HEX triplet: 4A, 8B and 19. RGB value is (74,139,25). Sum of RGB (Red+Green+Blue) = 74+139+25=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8B19 is #B574E6. Grayscale: #6A6A6A. Windows color (decimal): -11891943 or 1674058. OLE color: 1674058.

HSL color Cylindrical-coordinate representation of color #4A8B19: hue angle of 94.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A8B19 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB7413925-
CMYK0.4700.820.45
HSL94.21º69.51%32.16%-
HSV(B)94.21º82.01%54.51%-
XYZ12.2319.994.13-
YUV106.5781.97104.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 139 (54.69% from 255) = 58.40%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=31.09%
G=58.40%
B=10.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74139250.4700.820.4594.2169.5132.16
Hex4A8B192F0522D5e4620
Octal112213315701225513610640
Binary100101010001011110011011110101001010110110111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,139,25); }

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

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

 a { background-color: rgb(74,139,25); }

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

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

 span { border-color: rgb(74,139,25); }

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