#4D8033

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

Shades of La Palma #4D8033

Tints of La Palma #4D8033

Color information

#4D8033 (or 0x4D8033) is unknown color: approx La Palma. HEX triplet: 4D, 80 and 33. RGB value is (77,128,51). Sum of RGB (Red+Green+Blue) = 77+128+51=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8033 is #B27FCC. Grayscale: #686868. Windows color (decimal): -11698125 or 3375181. OLE color: 3375181.

HSL color Cylindrical-coordinate representation of color #4D8033: hue angle of 99.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D8033 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB7712851-
CMYK0.4000.600.50
HSL99.74º43.02%35.1%-
HSV(B)99.74º60.16%50.2%-
XYZ11.3817.265.86-
YUV103.9798.1108.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.08%
GREEN value IS 128 (50.39% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=30.08%
G=50%
B=19.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77128510.4000.600.5099.7443.0235.1
Hex4D80332803C32642b23
Octal1152006350074621445343
Binary10011011000000011001110100001111001100101100100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,128,51); }

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

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

 a { background-color: rgb(77,128,51); }

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

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

 span { border-color: rgb(77,128,51); }

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