#4B8529

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

Shades of La Palma #4B8529

Tints of La Palma #4B8529

Color information

#4B8529 (or 0x4B8529) is unknown color: approx La Palma. HEX triplet: 4B, 85 and 29. RGB value is (75,133,41). Sum of RGB (Red+Green+Blue) = 75+133+41=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8529 is #B47AD6. Grayscale: #696969. Windows color (decimal): -11827927 or 2721099. OLE color: 2721099.

HSL color Cylindrical-coordinate representation of color #4B8529: hue angle of 97.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B8529 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB7513341-
CMYK0.4400.690.48
HSL97.83º52.87%34.12%-
HSV(B)97.83º69.17%52.16%-
XYZ11.6918.435.04-
YUV105.1791.78106.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 133 (52.34% from 255) = 53.41%
BLUE value IS 41 (16.41% from 255) = 16.47%
R=30.12%
G=53.41%
B=16.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133410.4400.690.4897.8352.8734.12
Hex4B85292C04530623522
Octal11320551540105601426542
Binary100101110000101101001101100010001011100001100010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,41); }

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

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

 a { background-color: rgb(75,133,41); }

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

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

 span { border-color: rgb(75,133,41); }

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