#4A8B1C

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

Shades of La Palma #4A8B1C

Tints of La Palma #4A8B1C

Color information

#4A8B1C (or 0x4A8B1C) is unknown color: approx La Palma. HEX triplet: 4A, 8B and 1C. RGB value is (74,139,28). Sum of RGB (Red+Green+Blue) = 74+139+28=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B1C is #B574E3. Grayscale: #6B6B6B. Windows color (decimal): -11891940 or 1870666. OLE color: 1870666.

HSL color Cylindrical-coordinate representation of color #4A8B1C: hue angle of 95.14º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A8B1C is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB7413928-
CMYK0.4700.800.45
HSL95.14º66.47%32.75%-
HSV(B)95.14º79.86%54.51%-
XYZ12.27204.31-
YUV106.9183.47104.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=30.71%
G=57.68%
B=11.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74139280.4700.800.4595.1466.4732.75
Hex4A8B1C2F0502D5f4221
Octal112213345701205513710241
Binary100101010001011111001011110101000010110110111111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,139,28); }

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

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

 a { background-color: rgb(74,139,28); }

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

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

 span { border-color: rgb(74,139,28); }

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