#4A8625

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

Shades of La Palma #4A8625

Tints of La Palma #4A8625

Color information

#4A8625 (or 0x4A8625) is unknown color: approx La Palma. HEX triplet: 4A, 86 and 25. RGB value is (74,134,37). Sum of RGB (Red+Green+Blue) = 74+134+37=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8625 is #B579DA. Grayscale: #696969. Windows color (decimal): -11893211 or 2459210. OLE color: 2459210.

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

Color convert

RGB7413437-
CMYK0.4500.720.47
HSL97.11º56.73%33.53%-
HSV(B)97.11º72.39%52.55%-
XYZ11.6818.644.73-
YUV10589.62105.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=30.20%
G=54.69%
B=15.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74134370.4500.720.4797.1156.7333.53
Hex4A86252D0482F613922
Octal11220645550110571417142
Binary100101010000110100101101101010010001011111100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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