#4B8B13

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

Shades of La Palma #4B8B13

Tints of La Palma #4B8B13

Color information

#4B8B13 (or 0x4B8B13) is unknown color: approx La Palma. HEX triplet: 4B, 8B and 13. RGB value is (75,139,19). Sum of RGB (Red+Green+Blue) = 75+139+19=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8B13 is #B474EC. Grayscale: #6A6A6A. Windows color (decimal): -11826413 or 1280843. OLE color: 1280843.

HSL color Cylindrical-coordinate representation of color #4B8B13: hue angle of 92º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B8B13 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB7513919-
CMYK0.4600.860.45
HSL92º75.95%30.98%-
HSV(B)92º86.33%54.51%-
XYZ12.2520.013.83-
YUV106.1878.8105.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.19%
GREEN value IS 139 (54.69% from 255) = 59.66%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=32.19%
G=59.66%
B=8.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75139190.4600.860.459275.9530.98
Hex4B8B132E0562D5c4c1f
Octal113213235601265513411437
Binary10010111000101110011101110010101101011011011100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,139,19); }

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

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

 a { background-color: rgb(75,139,19); }

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

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

 span { border-color: rgb(75,139,19); }

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