#4A8511

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

Shades of La Palma #4A8511

Tints of La Palma #4A8511

Color information

#4A8511 (or 0x4A8511) is unknown color: approx La Palma. HEX triplet: 4A, 85 and 11. RGB value is (74,133,17). Sum of RGB (Red+Green+Blue) = 74+133+17=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8511 is #B57AEE. Grayscale: #666666. Windows color (decimal): -11893487 or 1148234. OLE color: 1148234.

HSL color Cylindrical-coordinate representation of color #4A8511: hue angle of 90.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A8511 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB7413317-
CMYK0.4400.870.48
HSL90.52º77.33%29.41%-
HSV(B)90.52º87.22%52.16%-
XYZ11.3118.273.46-
YUV102.1479.95107.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 133 (52.34% from 255) = 59.38%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=33.04%
G=59.38%
B=7.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74133170.4400.870.4890.5277.3329.41
Hex4A85112C057305b4d1d
Octal112205215401276013311535
Binary10010101000010110001101100010101111100001011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,133,17); }

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

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

 a { background-color: rgb(74,133,17); }

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

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

 span { border-color: rgb(74,133,17); }

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