#4B972E

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

Shades of La Palma #4B972E

Tints of La Palma #4B972E

Color information

#4B972E (or 0x4B972E) is unknown color: approx La Palma. HEX triplet: 4B, 97 and 2E. RGB value is (75,151,46). Sum of RGB (Red+Green+Blue) = 75+151+46=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #4B972E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B972E is #B468D1. Grayscale: #747474. Windows color (decimal): -11823314 or 3053387. OLE color: 3053387.

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

Color convert

RGB7515146-
CMYK0.5000.700.41
HSL103.43º53.3%38.63%-
HSV(B)103.43º69.54%59.22%-
XYZ14.4623.836.42-
YUV116.3188.3298.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.57%
GREEN value IS 151 (59.38% from 255) = 55.51%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=27.57%
G=55.51%
B=16.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75151460.5000.700.41103.4353.338.63
Hex4B972E3204629673527
Octal11322756620106511476547
Binary100101110010111101110110010010001101010011100111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,151,46); }

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

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

 a { background-color: rgb(75,151,46); }

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

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

 span { border-color: rgb(75,151,46); }

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