#4B851C

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

Shades of La Palma #4B851C

Tints of La Palma #4B851C

Color information

#4B851C (or 0x4B851C) is unknown color: approx La Palma. HEX triplet: 4B, 85 and 1C. RGB value is (75,133,28). Sum of RGB (Red+Green+Blue) = 75+133+28=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #4B851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B851C is #B47AE3. Grayscale: #686868. Windows color (decimal): -11827940 or 1869131. OLE color: 1869131.

HSL color Cylindrical-coordinate representation of color #4B851C: hue angle of 93.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B851C is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB7513328-
CMYK0.4400.790.48
HSL93.14º65.22%31.57%-
HSV(B)93.14º78.95%52.16%-
XYZ11.518.354.04-
YUV103.6985.28107.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=31.78%
G=56.36%
B=11.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133280.4400.790.4893.1465.2231.57
Hex4B851C2C04F305d4120
Octal113205345401176013510140
Binary100101110000101111001011000100111111000010111011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,28); }

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

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

 a { background-color: rgb(75,133,28); }

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

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

 span { border-color: rgb(75,133,28); }

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