#4A9215

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

Shades of La Palma #4A9215

Tints of La Palma #4A9215

Color information

#4A9215 (or 0x4A9215) is unknown color: approx La Palma. HEX triplet: 4A, 92 and 15. RGB value is (74,146,21). Sum of RGB (Red+Green+Blue) = 74+146+21=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #4A9215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9215 is #B56DEA. Grayscale: #6E6E6E. Windows color (decimal): -11890155 or 1413706. OLE color: 1413706.

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

Color convert

RGB7414621-
CMYK0.4900.860.43
HSL94.56º74.85%32.75%-
HSV(B)94.56º85.62%57.25%-
XYZ13.2422.074.27-
YUV110.2277.65102.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 146 (57.42% from 255) = 60.58%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=30.71%
G=60.58%
B=8.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74146210.4900.860.4394.5674.8532.75
Hex4A9215310562B5f4b21
Octal112222256101265313711341
Binary100101010010010101011100010101011010101110111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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