#4a972d

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

Shades of La Palma #4A972D

Tints of La Palma #4A972D

Color information

#4A972D (or 0x4A972D) is unknown color: approx La Palma. HEX triplet: 4A, 97 and 2D. RGB value is (74,151,45). Sum of RGB (Red+Green+Blue) = 74+151+45=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #4A972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A972D is #B568D2. Grayscale: #747474. Windows color (decimal): -11888851 or 2987850. OLE color: 2987850.

HSL color Cylindrical-coordinate representation of color #4A972D: hue angle of 103.58º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A972D is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB7415145-
CMYK0.5100.700.41
HSL103.58º54.08%38.43%-
HSV(B)103.58º70.2%59.22%-
XYZ14.3623.786.32-
YUV115.8987.9998.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.41%
GREEN value IS 151 (59.38% from 255) = 55.93%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=27.41%
G=55.93%
B=16.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74151450.5100.700.41103.5854.0838.43
Hex4A972D3304629683626
Octal11222755630106511506646
Binary100101010010111101101110011010001101010011101000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a972d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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