#4B831F

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

Shades of La Palma #4B831F

Tints of La Palma #4B831F

Color information

#4B831F (or 0x4B831F) is unknown color: approx La Palma. HEX triplet: 4B, 83 and 1F. RGB value is (75,131,31). Sum of RGB (Red+Green+Blue) = 75+131+31=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #4B831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B831F is #B47CE0. Grayscale: #676767. Windows color (decimal): -11828449 or 2065227. OLE color: 2065227.

HSL color Cylindrical-coordinate representation of color #4B831F: hue angle of 93.6º 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 #4B831F is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB7513131-
CMYK0.4300.760.49
HSL93.6º61.73%31.76%-
HSV(B)93.6º76.34%51.37%-
XYZ11.2717.834.14-
YUV102.8687.45108.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=31.65%
G=55.27%
B=13.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75131310.4300.760.4993.661.7331.76
Hex4B831F2B04C315e3e20
Octal11320337530114611367640
Binary10010111000001111111101011010011001100011011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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