#4A861E

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

Shades of La Palma #4A861E

Tints of La Palma #4A861E

Color information

#4A861E (or 0x4A861E) is unknown color: approx La Palma. HEX triplet: 4A, 86 and 1E. RGB value is (74,134,30). Sum of RGB (Red+Green+Blue) = 74+134+30=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #4A861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A861E is #B579E1. Grayscale: #686868. Windows color (decimal): -11893218 or 2000458. OLE color: 2000458.

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

Color convert

RGB7413430-
CMYK0.4500.780.47
HSL94.62º63.41%32.16%-
HSV(B)94.62º77.61%52.55%-
XYZ11.5818.64.21-
YUV104.286.12106.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 134 (52.73% from 255) = 56.30%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=31.09%
G=56.30%
B=12.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74134300.4500.780.4794.6263.4132.16
Hex4A861E2D04E2F5f3f20
Octal11220636550116571377740
Binary10010101000011011110101101010011101011111011111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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