#4D8327

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

Shades of La Palma #4D8327

Tints of La Palma #4D8327

Color information

#4D8327 (or 0x4D8327) is unknown color: approx La Palma. HEX triplet: 4D, 83 and 27. RGB value is (77,131,39). Sum of RGB (Red+Green+Blue) = 77+131+39=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #4D8327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8327 is #B27CD8. Grayscale: #686868. Windows color (decimal): -11697369 or 2589517. OLE color: 2589517.

HSL color Cylindrical-coordinate representation of color #4D8327: hue angle of 95.22º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D8327 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB7713139-
CMYK0.4100.700.49
HSL95.22º54.12%33.33%-
HSV(B)95.22º70.23%51.37%-
XYZ11.5417.964.78-
YUV104.3791.11108.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 131 (51.56% from 255) = 53.04%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=31.17%
G=53.04%
B=15.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77131390.4100.700.4995.2254.1233.33
Hex4D832729046315f3621
Octal11520347510106611376641
Binary100110110000011100111101001010001101100011011111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,131,39); }

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

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

 a { background-color: rgb(77,131,39); }

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

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

 span { border-color: rgb(77,131,39); }

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