#4A891A

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

Shades of La Palma #4A891A

Tints of La Palma #4A891A

Color information

#4A891A (or 0x4A891A) is unknown color: approx La Palma. HEX triplet: 4A, 89 and 1A. RGB value is (74,137,26). Sum of RGB (Red+Green+Blue) = 74+137+26=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #4A891A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A891A is #B576E5. Grayscale: #696969. Windows color (decimal): -11892454 or 1739082. OLE color: 1739082.

HSL color Cylindrical-coordinate representation of color #4A891A: hue angle of 94.05º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A891A is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB7413726-
CMYK0.4600.810.46
HSL94.05º68.1%31.96%-
HSV(B)94.05º81.02%53.73%-
XYZ11.9619.424.1-
YUV105.5183.13105.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 137 (53.91% from 255) = 57.81%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=31.22%
G=57.81%
B=10.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74137260.4600.810.4694.0568.131.96
Hex4A891A2E0512E5e4420
Octal112211325601215613610440
Binary100101010001001110101011100101000110111010111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A891A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,137,26); }

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

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

 a { background-color: rgb(74,137,26); }

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

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

 span { border-color: rgb(74,137,26); }

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