#4B8928

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

Shades of La Palma #4B8928

Tints of La Palma #4B8928

Color information

#4B8928 (or 0x4B8928) is unknown color: approx La Palma. HEX triplet: 4B, 89 and 28. RGB value is (75,137,40). Sum of RGB (Red+Green+Blue) = 75+137+40=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #4B8928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8928 is #B476D7. Grayscale: #6B6B6B. Windows color (decimal): -11826904 or 2656587. OLE color: 2656587.

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

Color convert

RGB7513740-
CMYK0.4500.710.46
HSL98.35º54.8%34.71%-
HSV(B)98.35º70.8%53.73%-
XYZ12.2319.545.13-
YUV107.489.96104.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 137 (53.91% from 255) = 54.37%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=29.76%
G=54.37%
B=15.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75137400.4500.710.4698.3554.834.71
Hex4B89282D0472E623723
Octal11321150550107561426743
Binary100101110001001101000101101010001111011101100010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,137,40); }

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

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

 a { background-color: rgb(75,137,40); }

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

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

 span { border-color: rgb(75,137,40); }

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