#4b862c

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

Shades of La Palma #4B862C

Tints of La Palma #4B862C

Color information

#4B862C (or 0x4B862C) is unknown color: approx La Palma. HEX triplet: 4B, 86 and 2C. RGB value is (75,134,44). Sum of RGB (Red+Green+Blue) = 75+134+44=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #4B862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B862C is #B479D3. Grayscale: #6A6A6A. Windows color (decimal): -11827668 or 2917963. OLE color: 2917963.

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

Color convert

RGB7513444-
CMYK0.4400.670.47
HSL99.33º50.56%34.9%-
HSV(B)99.33º67.16%52.55%-
XYZ11.8818.735.37-
YUV106.192.95105.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.64%
GREEN value IS 134 (52.73% from 255) = 52.96%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=29.64%
G=52.96%
B=17.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75134440.4400.670.4799.3350.5634.9
Hex4B862C2C0432F633323
Octal11320654540103571436343
Binary100101110000110101100101100010000111011111100011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b862c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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