#4A942D

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

Shades of La Palma #4A942D

Tints of La Palma #4A942D

Color information

#4A942D (or 0x4A942D) is unknown color: approx La Palma. HEX triplet: 4A, 94 and 2D. RGB value is (74,148,45). Sum of RGB (Red+Green+Blue) = 74+148+45=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #4A942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A942D is #B56BD2. Grayscale: #727272. Windows color (decimal): -11889619 or 2987082. OLE color: 2987082.

HSL color Cylindrical-coordinate representation of color #4A942D: hue angle of 103.11º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A942D is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB7414845-
CMYK0.5000.700.42
HSL103.11º53.37%37.84%-
HSV(B)103.11º69.59%58.04%-
XYZ13.8922.836.16-
YUV114.1388.9899.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=27.72%
G=55.43%
B=16.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74148450.5000.700.42103.1153.3737.84
Hex4A942D320462A673526
Octal11222455620106521476546
Binary100101010010100101101110010010001101010101100111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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