#4B8F32

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

Shades of La Palma #4B8F32

Tints of La Palma #4B8F32

Color information

#4B8F32 (or 0x4B8F32) is unknown color: approx La Palma. HEX triplet: 4B, 8F and 32. RGB value is (75,143,50). Sum of RGB (Red+Green+Blue) = 75+143+50=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8F32 is #B470CD. Grayscale: #707070. Windows color (decimal): -11825358 or 3313483. OLE color: 3313483.

HSL color Cylindrical-coordinate representation of color #4B8F32: hue angle of 103.87º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B8F32 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB7514350-
CMYK0.4800.650.44
HSL103.87º48.19%37.84%-
HSV(B)103.87º65.03%56.08%-
XYZ13.321.376.44-
YUV112.0792.97101.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 143 (56.25% from 255) = 53.36%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=27.99%
G=53.36%
B=18.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75143500.4800.650.44103.8748.1937.84
Hex4B8F32300412C683026
Octal11321762600101541506046
Binary100101110001111110010110000010000011011001101000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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