#4A983A

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

Shades of La Palma #4A983A

Tints of La Palma #4A983A

Color information

#4A983A (or 0x4A983A) is unknown color: approx La Palma. HEX triplet: 4A, 98 and 3A. RGB value is (74,152,58). Sum of RGB (Red+Green+Blue) = 74+152+58=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #4A983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A983A is #B567C5. Grayscale: #767676. Windows color (decimal): -11888582 or 3840074. OLE color: 3840074.

HSL color Cylindrical-coordinate representation of color #4A983A: hue angle of 109.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A983A is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB7415258-
CMYK0.5100.620.40
HSL109.79º44.76%41.18%-
HSV(B)109.79º61.84%59.61%-
XYZ14.8224.227.9-
YUV117.9694.1696.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=26.06%
G=53.52%
B=20.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74152580.5100.620.40109.7944.7641.18
Hex4A983A3303E286e2d29
Octal1122307263076501565551
Binary10010101001100011101011001101111101010001101110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,152,58); }

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

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

 a { background-color: rgb(74,152,58); }

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

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

 span { border-color: rgb(74,152,58); }

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