#4B8432

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

Shades of La Palma #4B8432

Tints of La Palma #4B8432

Color information

#4B8432 (or 0x4B8432) is unknown color: approx La Palma. HEX triplet: 4B, 84 and 32. RGB value is (75,132,50). Sum of RGB (Red+Green+Blue) = 75+132+50=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8432 is #B47BCD. Grayscale: #696969. Windows color (decimal): -11828174 or 3310667. OLE color: 3310667.

HSL color Cylindrical-coordinate representation of color #4B8432: hue angle of 101.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B8432 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB7513250-
CMYK0.4300.620.48
HSL101.71º45.05%35.69%-
HSV(B)101.71º62.12%51.76%-
XYZ11.7318.235.92-
YUV105.6196.62106.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=29.18%
G=51.36%
B=19.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75132500.4300.620.48101.7145.0535.69
Hex4B84322B03E30662d24
Octal1132046253076601465544
Binary10010111000010011001010101101111101100001100110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,50); }

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

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

 a { background-color: rgb(75,132,50); }

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

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

 span { border-color: rgb(75,132,50); }

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