#4D8228

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

Shades of La Palma #4D8228

Tints of La Palma #4D8228

Color information

#4D8228 (or 0x4D8228) is unknown color: approx La Palma. HEX triplet: 4D, 82 and 28. RGB value is (77,130,40). Sum of RGB (Red+Green+Blue) = 77+130+40=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8228 is #B27DD7. Grayscale: #686868. Windows color (decimal): -11697624 or 2654797. OLE color: 2654797.

HSL color Cylindrical-coordinate representation of color #4D8228: hue angle of 95.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D8228 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB7713040-
CMYK0.4100.690.49
HSL95.33º52.94%33.33%-
HSV(B)95.33º69.23%50.98%-
XYZ11.4317.74.82-
YUV103.8991.94108.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=31.17%
G=52.63%
B=16.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77130400.4100.690.4995.3352.9433.33
Hex4D822829045315f3521
Octal11520250510105611376541
Binary100110110000010101000101001010001011100011011111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,130,40); }

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

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

 a { background-color: rgb(77,130,40); }

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

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

 span { border-color: rgb(77,130,40); }

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