#4B8B2C

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

Shades of La Palma #4B8B2C

Tints of La Palma #4B8B2C

Color information

#4B8B2C (or 0x4B8B2C) is unknown color: approx La Palma. HEX triplet: 4B, 8B and 2C. RGB value is (75,139,44). Sum of RGB (Red+Green+Blue) = 75+139+44=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8B2C is #B474D3. Grayscale: #6D6D6D. Windows color (decimal): -11826388 or 2919243. OLE color: 2919243.

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

Color convert

RGB7513944-
CMYK0.4600.680.45
HSL100.42º51.91%35.88%-
HSV(B)100.42º68.35%54.51%-
XYZ12.5920.145.61-
YUV109.0391.3103.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 139 (54.69% from 255) = 53.88%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=29.07%
G=53.88%
B=17.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75139440.4600.680.45100.4251.9135.88
Hex4B8B2C2E0442D643424
Octal11321354560104551446444
Binary100101110001011101100101110010001001011011100100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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