#4D8230

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

Shades of La Palma #4D8230

Tints of La Palma #4D8230

Color information

#4D8230 (or 0x4D8230) is unknown color: approx La Palma. HEX triplet: 4D, 82 and 30. RGB value is (77,130,48). Sum of RGB (Red+Green+Blue) = 77+130+48=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8230 is #B27DCF. Grayscale: #696969. Windows color (decimal): -11697616 or 3179085. OLE color: 3179085.

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

Color convert

RGB7713048-
CMYK0.4100.630.49
HSL98.78º46.07%34.9%-
HSV(B)98.78º63.08%50.98%-
XYZ11.5817.765.61-
YUV104.895.94108.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.20%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=30.20%
G=50.98%
B=18.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77130480.4100.630.4998.7846.0734.9
Hex4D82302903F31632e23
Octal1152026051077611435643
Binary10011011000001011000010100101111111100011100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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