#4A9E2D

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

Shades of La Palma #4A9E2D

Tints of La Palma #4A9E2D

Color information

#4A9E2D (or 0x4A9E2D) is unknown color: approx La Palma. HEX triplet: 4A, 9E and 2D. RGB value is (74,158,45). Sum of RGB (Red+Green+Blue) = 74+158+45=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #4A9E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9E2D is #B561D2. Grayscale: #787878. Windows color (decimal): -11887059 or 2989642. OLE color: 2989642.

HSL color Cylindrical-coordinate representation of color #4A9E2D: hue angle of 104.6º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A9E2D is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB7415845-
CMYK0.5300.720.38
HSL104.6º55.67%39.8%-
HSV(B)104.6º71.52%61.96%-
XYZ15.5226.16.7-
YUV12085.6795.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.71%
GREEN value IS 158 (62.11% from 255) = 57.04%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=26.71%
G=57.04%
B=16.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74158450.5300.720.38104.655.6739.8
Hex4A9E2D3504826693828
Octal11223655650110461517050
Binary100101010011110101101110101010010001001101101001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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