#4A9417

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

Shades of La Palma #4A9417

Tints of La Palma #4A9417

Color information

#4A9417 (or 0x4A9417) is unknown color: approx La Palma. HEX triplet: 4A, 94 and 17. RGB value is (74,148,23). Sum of RGB (Red+Green+Blue) = 74+148+23=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9417 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9417 is #B56BE8. Grayscale: #707070. Windows color (decimal): -11889641 or 1545290. OLE color: 1545290.

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

Color convert

RGB7414823-
CMYK0.5000.840.42
HSL95.52º73.1%33.53%-
HSV(B)95.52º84.46%58.04%-
XYZ13.5722.74.48-
YUV111.6277.98101.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 148 (58.20% from 255) = 60.41%
BLUE value IS 23 (9.38% from 255) = 9.39%
R=30.20%
G=60.41%
B=9.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74148230.5000.840.4295.5273.133.53
Hex4A9417320542A604922
Octal112224276201245214011142
Binary100101010010100101111100100101010010101011000001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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