#4A9232

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

Shades of La Palma #4A9232

Tints of La Palma #4A9232

Color information

#4A9232 (or 0x4A9232) is unknown color: approx La Palma. HEX triplet: 4A, 92 and 32. RGB value is (74,146,50). Sum of RGB (Red+Green+Blue) = 74+146+50=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #4A9232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9232 is #B56DCD. Grayscale: #717171. Windows color (decimal): -11890126 or 3314250. OLE color: 3314250.

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

Color convert

RGB7414650-
CMYK0.4900.660.43
HSL105º48.98%38.43%-
HSV(B)105º65.75%57.25%-
XYZ13.6822.246.59-
YUV113.5392.1599.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.41%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=27.41%
G=54.07%
B=18.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74146500.4900.660.4310548.9838.43
Hex4A9232310422B693126
Octal11222262610102531516146
Binary100101010010010110010110001010000101010111101001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,146,50); }

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

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

 a { background-color: rgb(74,146,50); }

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

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

 span { border-color: rgb(74,146,50); }

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