#4A8B31

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

Shades of La Palma #4A8B31

Tints of La Palma #4A8B31

Color information

#4A8B31 (or 0x4A8B31) is unknown color: approx La Palma. HEX triplet: 4A, 8B and 31. RGB value is (74,139,49). Sum of RGB (Red+Green+Blue) = 74+139+49=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B31 is #B574CE. Grayscale: #6D6D6D. Windows color (decimal): -11891919 or 3246922. OLE color: 3246922.

HSL color Cylindrical-coordinate representation of color #4A8B31: hue angle of 103.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A8B31 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB7413949-
CMYK0.4700.650.45
HSL103.33º47.87%36.86%-
HSV(B)103.33º64.75%54.51%-
XYZ12.6120.146.13-
YUV109.393.97102.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.24%
GREEN value IS 139 (54.69% from 255) = 53.05%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=28.24%
G=53.05%
B=18.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74139490.4700.650.45103.3347.8736.86
Hex4A8B312F0412D673025
Octal11221361570101551476045
Binary100101010001011110001101111010000011011011100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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