#4B8322

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

Shades of La Palma #4B8322

Tints of La Palma #4B8322

Color information

#4B8322 (or 0x4B8322) is unknown color: approx La Palma. HEX triplet: 4B, 83 and 22. RGB value is (75,131,34). Sum of RGB (Red+Green+Blue) = 75+131+34=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #4B8322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8322 is #B47CDD. Grayscale: #676767. Windows color (decimal): -11828446 or 2261835. OLE color: 2261835.

HSL color Cylindrical-coordinate representation of color #4B8322: hue angle of 94.64º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B8322 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB7513134-
CMYK0.4300.740.49
HSL94.64º58.79%32.35%-
HSV(B)94.64º74.05%51.37%-
XYZ11.3117.844.36-
YUV103.288.95107.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 131 (51.56% from 255) = 54.58%
BLUE value IS 34 (13.67% from 255) = 14.17%
R=31.25%
G=54.58%
B=14.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75131340.4300.740.4994.6458.7932.35
Hex4B83222B04A315f3b20
Octal11320342530112611377340
Binary100101110000011100010101011010010101100011011111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,131,34); }

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

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

 a { background-color: rgb(75,131,34); }

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

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

 span { border-color: rgb(75,131,34); }

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