#4B942D

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

Shades of La Palma #4B942D

Tints of La Palma #4B942D

Color information

#4B942D (or 0x4B942D) is unknown color: approx La Palma. HEX triplet: 4B, 94 and 2D. RGB value is (75,148,45). Sum of RGB (Red+Green+Blue) = 75+148+45=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #4B942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B942D is #B46BD2. Grayscale: #727272. Windows color (decimal): -11824083 or 2987083. OLE color: 2987083.

HSL color Cylindrical-coordinate representation of color #4B942D: hue angle of 102.52º 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 #4B942D is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB7514845-
CMYK0.4900.700.42
HSL102.52º53.37%37.84%-
HSV(B)102.52º69.59%58.04%-
XYZ13.9722.876.16-
YUV114.4388.8299.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=27.99%
G=55.22%
B=16.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75148450.4900.700.42102.5253.3737.84
Hex4B942D310462A673526
Octal11322455610106521476546
Binary100101110010100101101110001010001101010101100111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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