#4B8716

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

Shades of La Palma #4B8716

Tints of La Palma #4B8716

Color information

#4B8716 (or 0x4B8716) is unknown color: approx La Palma. HEX triplet: 4B, 87 and 16. RGB value is (75,135,22). Sum of RGB (Red+Green+Blue) = 75+135+22=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8716 is #B478E9. Grayscale: #686868. Windows color (decimal): -11827434 or 1476427. OLE color: 1476427.

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

Color convert

RGB7513522-
CMYK0.4400.840.47
HSL91.86º71.97%30.78%-
HSV(B)91.86º83.7%52.94%-
XYZ11.7118.883.79-
YUV104.1881.62107.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 135 (53.12% from 255) = 58.19%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=32.33%
G=58.19%
B=9.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75135220.4400.840.4791.8671.9730.78
Hex4B87162C0542F5c481f
Octal113207265401245713411037
Binary10010111000011110110101100010101001011111011100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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