#4A831B

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

Shades of La Palma #4A831B

Tints of La Palma #4A831B

Color information

#4A831B (or 0x4A831B) is unknown color: approx La Palma. HEX triplet: 4A, 83 and 1B. RGB value is (74,131,27). Sum of RGB (Red+Green+Blue) = 74+131+27=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #4A831B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A831B is #B57CE4. Grayscale: #666666. Windows color (decimal): -11893989 or 1803082. OLE color: 1803082.

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

Color convert

RGB7413127-
CMYK0.4400.790.49
HSL92.88º65.82%30.98%-
HSV(B)92.88º79.39%51.37%-
XYZ11.1417.773.88-
YUV102.185.62107.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.90%
GREEN value IS 131 (51.56% from 255) = 56.47%
BLUE value IS 27 (10.94% from 255) = 11.64%
R=31.90%
G=56.47%
B=11.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74131270.4400.790.4992.8865.8230.98
Hex4A831B2C04F315d421f
Octal112203335401176113510237
Binary10010101000001111011101100010011111100011011101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A831B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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