#4D821A

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

Shades of La Palma #4D821A

Tints of La Palma #4D821A

Color information

#4D821A (or 0x4D821A) is unknown color: approx La Palma. HEX triplet: 4D, 82 and 1A. RGB value is (77,130,26). Sum of RGB (Red+Green+Blue) = 77+130+26=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #4D821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D821A is #B27DE5. Grayscale: #666666. Windows color (decimal): -11697638 or 1737293. OLE color: 1737293.

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

Color convert

RGB7713026-
CMYK0.4100.80.49
HSL90.58º66.67%30.59%-
HSV(B)90.58º80%50.98%-
XYZ11.2317.623.79-
YUV102.384.94109.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.05%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=33.05%
G=55.79%
B=11.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77130260.4100.80.4990.5866.6730.59
Hex4D821A29050315b431f
Octal115202325101206113310337
Binary10011011000001011010101001010100001100011011011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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