#4A953E

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

Shades of La Palma #4A953E

Tints of La Palma #4A953E

Color information

#4A953E (or 0x4A953E) is unknown color: approx La Palma. HEX triplet: 4A, 95 and 3E. RGB value is (74,149,62). Sum of RGB (Red+Green+Blue) = 74+149+62=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #4A953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A953E is #B56AC1. Grayscale: #747474. Windows color (decimal): -11889346 or 4101450. OLE color: 4101450.

HSL color Cylindrical-coordinate representation of color #4A953E: hue angle of 111.72º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A953E is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB7414962-
CMYK0.5000.580.42
HSL111.72º41.23%41.37%-
HSV(B)111.72º58.39%58.43%-
XYZ14.4423.38.29-
YUV116.6697.1597.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=25.96%
G=52.28%
B=21.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74149620.5000.580.42111.7241.2341.37
Hex4A953E3203A2A702929
Octal1122257662072521605151
Binary10010101001010111111011001001110101010101110000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,62); }

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

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

 a { background-color: rgb(74,149,62); }

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

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

 span { border-color: rgb(74,149,62); }

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