#4A871C

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

Shades of La Palma #4A871C

Tints of La Palma #4A871C

Color information

#4A871C (or 0x4A871C) is unknown color: approx La Palma. HEX triplet: 4A, 87 and 1C. RGB value is (74,135,28). Sum of RGB (Red+Green+Blue) = 74+135+28=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #4A871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A871C is #B578E3. Grayscale: #686868. Windows color (decimal): -11892964 or 1869642. OLE color: 1869642.

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

Color convert

RGB7413528-
CMYK0.4500.790.47
HSL94.21º65.64%31.96%-
HSV(B)94.21º79.26%52.94%-
XYZ11.718.874.12-
YUV104.5684.79106.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 28 (11.33% from 255) = 11.81%
R=31.22%
G=56.96%
B=11.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74135280.4500.790.4794.2165.6431.96
Hex4A871C2D04F2F5e4220
Octal112207345501175713610240
Binary100101010000111111001011010100111110111110111101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A871C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,28); }

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

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

 a { background-color: rgb(74,135,28); }

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

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

 span { border-color: rgb(74,135,28); }

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