#4A832C

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

Shades of La Palma #4A832C

Tints of La Palma #4A832C

Color information

#4A832C (or 0x4A832C) is unknown color: approx La Palma. HEX triplet: 4A, 83 and 2C. RGB value is (74,131,44). Sum of RGB (Red+Green+Blue) = 74+131+44=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #4A832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A832C is #B57CD3. Grayscale: #686868. Windows color (decimal): -11893972 or 2917194. OLE color: 2917194.

HSL color Cylindrical-coordinate representation of color #4A832C: hue angle of 99.31º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A832C is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB7413144-
CMYK0.4400.660.49
HSL99.31º49.71%34.31%-
HSV(B)99.31º66.41%51.37%-
XYZ11.3917.875.23-
YUV104.0494.12106.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=29.72%
G=52.61%
B=17.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74131440.4400.660.4999.3149.7134.31
Hex4A832C2C04231633222
Octal11220354540102611436242
Binary100101010000011101100101100010000101100011100011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,131,44); }

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

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

 a { background-color: rgb(74,131,44); }

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

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

 span { border-color: rgb(74,131,44); }

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