#4D831F

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

Shades of La Palma #4D831F

Tints of La Palma #4D831F

Color information

#4D831F (or 0x4D831F) is unknown color: approx La Palma. HEX triplet: 4D, 83 and 1F. RGB value is (77,131,31). Sum of RGB (Red+Green+Blue) = 77+131+31=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #4D831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D831F is #B27CE0. Grayscale: #676767. Windows color (decimal): -11697377 or 2065229. OLE color: 2065229.

HSL color Cylindrical-coordinate representation of color #4D831F: hue angle of 92.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D831F is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB7713131-
CMYK0.4100.760.49
HSL92.4º61.73%31.76%-
HSV(B)92.4º76.34%51.37%-
XYZ11.4217.914.15-
YUV103.4587.11109.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.22%
GREEN value IS 131 (51.56% from 255) = 54.81%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=32.22%
G=54.81%
B=12.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77131310.4100.760.4992.461.7331.76
Hex4D831F2904C315c3e20
Octal11520337510114611347640
Binary10011011000001111111101001010011001100011011100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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