#4A981A

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

Shades of La Palma #4A981A

Tints of La Palma #4A981A

Color information

#4A981A (or 0x4A981A) is unknown color: approx La Palma. HEX triplet: 4A, 98 and 1A. RGB value is (74,152,26). Sum of RGB (Red+Green+Blue) = 74+152+26=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #4A981A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A981A is #B567E5. Grayscale: #727272. Windows color (decimal): -11888614 or 1742922. OLE color: 1742922.

HSL color Cylindrical-coordinate representation of color #4A981A: hue angle of 97.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A981A is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB7415226-
CMYK0.5100.830.40
HSL97.14º70.79%34.9%-
HSV(B)97.14º82.89%59.61%-
XYZ14.2423.994.86-
YUV114.3178.1699.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 152 (59.77% from 255) = 60.32%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=29.37%
G=60.32%
B=10.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74152260.5100.830.4097.1470.7934.9
Hex4A981A3305328614723
Octal112230326301235014110743
Binary100101010011000110101100110101001110100011000011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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