#4A882D

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

Shades of La Palma #4A882D

Tints of La Palma #4A882D

Color information

#4A882D (or 0x4A882D) is unknown color: approx La Palma. HEX triplet: 4A, 88 and 2D. RGB value is (74,136,45). Sum of RGB (Red+Green+Blue) = 74+136+45=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #4A882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A882D is #B577D2. Grayscale: #6B6B6B. Windows color (decimal): -11892691 or 2984010. OLE color: 2984010.

HSL color Cylindrical-coordinate representation of color #4A882D: hue angle of 100.88º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A882D is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB7413645-
CMYK0.4600.670.47
HSL100.88º50.28%35.49%-
HSV(B)100.88º66.91%53.33%-
XYZ12.119.255.56-
YUV107.0992.96104.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 136 (53.52% from 255) = 53.33%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=29.02%
G=53.33%
B=17.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74136450.4600.670.47100.8850.2835.49
Hex4A882D2E0432F653223
Octal11221055560103571456243
Binary100101010001000101101101110010000111011111100101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,136,45); }

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

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

 a { background-color: rgb(74,136,45); }

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

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

 span { border-color: rgb(74,136,45); }

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