#4A912A

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

Shades of La Palma #4A912A

Tints of La Palma #4A912A

Color information

#4A912A (or 0x4A912A) is unknown color: approx La Palma. HEX triplet: 4A, 91 and 2A. RGB value is (74,145,42). Sum of RGB (Red+Green+Blue) = 74+145+42=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #4A912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A912A is #B56ED5. Grayscale: #707070. Windows color (decimal): -11890390 or 2789706. OLE color: 2789706.

HSL color Cylindrical-coordinate representation of color #4A912A: hue angle of 101.36º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A912A is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB7414542-
CMYK0.4900.710.43
HSL101.36º55.08%36.67%-
HSV(B)101.36º71.03%56.86%-
XYZ13.3721.875.71-
YUV112.0388.48100.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=28.35%
G=55.56%
B=16.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74145420.4900.710.43101.3655.0836.67
Hex4A912A310472B653725
Octal11222152610107531456745
Binary100101010010001101010110001010001111010111100101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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