#4A9415

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

Shades of La Palma #4A9415

Tints of La Palma #4A9415

Color information

#4A9415 (or 0x4A9415) is unknown color: approx La Palma. HEX triplet: 4A, 94 and 15. RGB value is (74,148,21). Sum of RGB (Red+Green+Blue) = 74+148+21=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9415 is #B56BEA. Grayscale: #6F6F6F. Windows color (decimal): -11889643 or 1414218. OLE color: 1414218.

HSL color Cylindrical-coordinate representation of color #4A9415: hue angle of 94.96º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A9415 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB7414821-
CMYK0.5000.860.42
HSL94.96º75.15%33.14%-
HSV(B)94.96º85.81%58.04%-
XYZ13.5522.694.37-
YUV111.476.98101.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 148 (58.20% from 255) = 60.91%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=30.45%
G=60.91%
B=8.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74148210.5000.860.4294.9675.1533.14
Hex4A9415320562A5f4b21
Octal112224256201265213711341
Binary100101010010100101011100100101011010101010111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,148,21); }

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

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

 a { background-color: rgb(74,148,21); }

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

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

 span { border-color: rgb(74,148,21); }

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