#4B8528

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

Shades of La Palma #4B8528

Tints of La Palma #4B8528

Color information

#4B8528 (or 0x4B8528) is unknown color: approx La Palma. HEX triplet: 4B, 85 and 28. RGB value is (75,133,40). Sum of RGB (Red+Green+Blue) = 75+133+40=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8528 is #B47AD7. Grayscale: #696969. Windows color (decimal): -11827928 or 2655563. OLE color: 2655563.

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

Color convert

RGB7513340-
CMYK0.4400.700.48
HSL97.42º53.76%33.92%-
HSV(B)97.42º69.92%52.16%-
XYZ11.6718.424.95-
YUV105.0691.28106.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=30.24%
G=53.63%
B=16.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133400.4400.700.4897.4253.7633.92
Hex4B85282C04630613622
Octal11320550540106601416642
Binary100101110000101101000101100010001101100001100001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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