#4B821F

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

Shades of La Palma #4B821F

Tints of La Palma #4B821F

Color information

#4B821F (or 0x4B821F) is unknown color: approx La Palma. HEX triplet: 4B, 82 and 1F. RGB value is (75,130,31). Sum of RGB (Red+Green+Blue) = 75+130+31=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #4B821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B821F is #B47DE0. Grayscale: #666666. Windows color (decimal): -11828705 or 2064971. OLE color: 2064971.

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

Color convert

RGB7513031-
CMYK0.4200.760.49
HSL93.33º61.49%31.57%-
HSV(B)93.33º76.15%50.98%-
XYZ11.1317.564.1-
YUV102.2787.78108.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=31.78%
G=55.08%
B=13.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75130310.4200.760.4993.3361.4931.57
Hex4B821F2A04C315d3d20
Octal11320237520114611357540
Binary10010111000001011111101010010011001100011011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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