#4B871B

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

Shades of La Palma #4B871B

Tints of La Palma #4B871B

Color information

#4B871B (or 0x4B871B) is unknown color: approx La Palma. HEX triplet: 4B, 87 and 1B. RGB value is (75,135,27). Sum of RGB (Red+Green+Blue) = 75+135+27=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #4B871B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B871B is #B478E4. Grayscale: #696969. Windows color (decimal): -11827429 or 1804107. OLE color: 1804107.

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

Color convert

RGB7513527-
CMYK0.4400.80.47
HSL93.33º66.67%31.76%-
HSV(B)93.33º80%52.94%-
XYZ11.7618.94.07-
YUV104.7584.12106.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=31.65%
G=56.96%
B=11.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75135270.4400.80.4793.3366.6731.76
Hex4B871B2C0502F5d4320
Octal113207335401205713510340
Binary100101110000111110111011000101000010111110111011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B871B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,135,27); }

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

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

 a { background-color: rgb(75,135,27); }

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

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

 span { border-color: rgb(75,135,27); }

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