#4B8727

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

Shades of La Palma #4B8727

Tints of La Palma #4B8727

Color information

#4B8727 (or 0x4B8727) is unknown color: approx La Palma. HEX triplet: 4B, 87 and 27. RGB value is (75,135,39). Sum of RGB (Red+Green+Blue) = 75+135+39=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8727 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8727 is #B478D8. Grayscale: #6A6A6A. Windows color (decimal): -11827417 or 2590539. OLE color: 2590539.

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

Color convert

RGB7513539-
CMYK0.4400.710.47
HSL97.5º55.17%34.12%-
HSV(B)97.5º71.11%52.94%-
XYZ11.9318.974.95-
YUV106.1290.12105.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=30.12%
G=54.22%
B=15.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75135390.4400.710.4797.555.1734.12
Hex4B87272C0472F623722
Octal11320747540107571426742
Binary100101110000111100111101100010001111011111100010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,135,39); }

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

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

 a { background-color: rgb(75,135,39); }

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

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

 span { border-color: rgb(75,135,39); }

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