#4A9330

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

Shades of La Palma #4A9330

Tints of La Palma #4A9330

Color information

#4A9330 (or 0x4A9330) is unknown color: approx La Palma. HEX triplet: 4A, 93 and 30. RGB value is (74,147,48). Sum of RGB (Red+Green+Blue) = 74+147+48=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #4A9330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9330 is #B56CCF. Grayscale: #727272. Windows color (decimal): -11889872 or 3183434. OLE color: 3183434.

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

Color convert

RGB7414748-
CMYK0.5000.670.42
HSL104.24º50.77%38.24%-
HSV(B)104.24º67.35%57.65%-
XYZ13.7922.546.42-
YUV113.8990.8299.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=27.51%
G=54.65%
B=17.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74147480.5000.670.42104.2450.7738.24
Hex4A9330320432A683326
Octal11222360620103521506346
Binary100101010010011110000110010010000111010101101000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,147,48); }

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

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

 a { background-color: rgb(74,147,48); }

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

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

 span { border-color: rgb(74,147,48); }

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