#4A9A2A

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

Shades of La Palma #4A9A2A

Tints of La Palma #4A9A2A

Color information

#4A9A2A (or 0x4A9A2A) is unknown color: approx La Palma. HEX triplet: 4A, 9A and 2A. RGB value is (74,154,42). Sum of RGB (Red+Green+Blue) = 74+154+42=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9A2A is #B565D5. Grayscale: #757575. Windows color (decimal): -11888086 or 2792010. OLE color: 2792010.

HSL color Cylindrical-coordinate representation of color #4A9A2A: hue angle of 102.86º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A9A2A is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB7415442-
CMYK0.5200.730.40
HSL102.86º57.14%38.43%-
HSV(B)102.86º72.73%60.39%-
XYZ14.824.736.18-
YUV117.3185.597.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.41%
GREEN value IS 154 (60.55% from 255) = 57.04%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=27.41%
G=57.04%
B=15.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74154420.5200.730.40102.8657.1438.43
Hex4A9A2A3404928673926
Octal11223252640111501477146
Binary100101010011010101010110100010010011010001100111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,154,42); }

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

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

 a { background-color: rgb(74,154,42); }

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

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

 span { border-color: rgb(74,154,42); }

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