#4B861A

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

Shades of La Palma #4B861A

Tints of La Palma #4B861A

Color information

#4B861A (or 0x4B861A) is unknown color: approx La Palma. HEX triplet: 4B, 86 and 1A. RGB value is (75,134,26). Sum of RGB (Red+Green+Blue) = 75+134+26=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #4B861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B861A is #B479E5. Grayscale: #686868. Windows color (decimal): -11827686 or 1738315. OLE color: 1738315.

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

Color convert

RGB7513426-
CMYK0.4400.810.47
HSL92.78º67.5%31.37%-
HSV(B)92.78º80.6%52.55%-
XYZ11.6118.623.96-
YUV104.0583.95107.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 134 (52.73% from 255) = 57.02%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=31.91%
G=57.02%
B=11.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75134260.4400.810.4792.7867.531.37
Hex4B861A2C0512F5d441f
Octal113206325401215713510437
Binary10010111000011011010101100010100011011111011101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,134,26); }

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

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

 a { background-color: rgb(75,134,26); }

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

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

 span { border-color: rgb(75,134,26); }

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