#4B942A

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

Shades of La Palma #4B942A

Tints of La Palma #4B942A

Color information

#4B942A (or 0x4B942A) is unknown color: approx La Palma. HEX triplet: 4B, 94 and 2A. RGB value is (75,148,42). Sum of RGB (Red+Green+Blue) = 75+148+42=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #4B942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B942A is #B46BD5. Grayscale: #727272. Windows color (decimal): -11824086 or 2790475. OLE color: 2790475.

HSL color Cylindrical-coordinate representation of color #4B942A: hue angle of 101.32º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B942A is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB7514842-
CMYK0.4900.720.42
HSL101.32º55.79%37.25%-
HSV(B)101.32º71.62%58.04%-
XYZ13.9122.845.87-
YUV114.0987.32100.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.30%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=28.30%
G=55.85%
B=15.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75148420.4900.720.42101.3255.7937.25
Hex4B942A310482A653825
Octal11322452610110521457045
Binary100101110010100101010110001010010001010101100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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