#4a951e

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

Shades of La Palma #4A951E

Tints of La Palma #4A951E

Color information

#4A951E (or 0x4A951E) is unknown color: approx La Palma. HEX triplet: 4A, 95 and 1E. RGB value is (74,149,30). Sum of RGB (Red+Green+Blue) = 74+149+30=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #4A951E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A951E is #B56AE1. Grayscale: #717171. Windows color (decimal): -11889378 or 2004298. OLE color: 2004298.

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

Color convert

RGB7414930-
CMYK0.5000.800.42
HSL97.82º66.48%35.1%-
HSV(B)97.82º79.87%58.43%-
XYZ13.8123.044.95-
YUV113.0181.15100.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.25%
GREEN value IS 149 (58.59% from 255) = 58.89%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=29.25%
G=58.89%
B=11.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74149300.5000.800.4297.8266.4835.1
Hex4A951E320502A624223
Octal112225366201205214210243
Binary100101010010101111101100100101000010101011000101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a951e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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