#4A8728

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

Shades of La Palma #4A8728

Tints of La Palma #4A8728

Color information

#4A8728 (or 0x4A8728) is unknown color: approx La Palma. HEX triplet: 4A, 87 and 28. RGB value is (74,135,40). Sum of RGB (Red+Green+Blue) = 74+135+40=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8728 is #B578D7. Grayscale: #6A6A6A. Windows color (decimal): -11892952 or 2656074. OLE color: 2656074.

HSL color Cylindrical-coordinate representation of color #4A8728: hue angle of 98.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A8728 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB7413540-
CMYK0.4500.700.47
HSL98.53º54.29%34.31%-
HSV(B)98.53º70.37%52.94%-
XYZ11.8718.945.04-
YUV105.9390.79105.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=29.72%
G=54.22%
B=16.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74135400.4500.700.4798.5354.2934.31
Hex4A87282D0462F633622
Octal11220750550106571436642
Binary100101010000111101000101101010001101011111100011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,40); }

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

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

 a { background-color: rgb(74,135,40); }

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

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

 span { border-color: rgb(74,135,40); }

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