#4A861A

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

Shades of La Palma #4A861A

Tints of La Palma #4A861A

Color information

#4A861A (or 0x4A861A) is unknown color: approx La Palma. HEX triplet: 4A, 86 and 1A. RGB value is (74,134,26). Sum of RGB (Red+Green+Blue) = 74+134+26=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #4A861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A861A is #B579E5. Grayscale: #686868. Windows color (decimal): -11893222 or 1738314. OLE color: 1738314.

HSL color Cylindrical-coordinate representation of color #4A861A: hue angle of 93.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A861A is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB7413426-
CMYK0.4500.810.47
HSL93.33º67.5%31.37%-
HSV(B)93.33º80.6%52.55%-
XYZ11.5418.583.96-
YUV103.7584.12106.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 134 (52.73% from 255) = 57.26%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=31.62%
G=57.26%
B=11.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74134260.4500.810.4793.3367.531.37
Hex4A861A2D0512F5d441f
Octal112206325501215713510437
Binary10010101000011011010101101010100011011111011101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,134,26); }

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

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

 a { background-color: rgb(74,134,26); }

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

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

 span { border-color: rgb(74,134,26); }

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