#4A8725

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

Shades of La Palma #4A8725

Tints of La Palma #4A8725

Color information

#4A8725 (or 0x4A8725) is unknown color: approx La Palma. HEX triplet: 4A, 87 and 25. RGB value is (74,135,37). Sum of RGB (Red+Green+Blue) = 74+135+37=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8725 is #B578DA. Grayscale: #696969. Windows color (decimal): -11892955 or 2459466. OLE color: 2459466.

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

Color convert

RGB7413537-
CMYK0.4500.730.47
HSL97.35º56.98%33.73%-
HSV(B)97.35º72.59%52.94%-
XYZ11.8218.924.78-
YUV105.5989.29105.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 135 (53.12% from 255) = 54.88%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=30.08%
G=54.88%
B=15.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74135370.4500.730.4797.3556.9833.73
Hex4A87252D0492F613922
Octal11220745550111571417142
Binary100101010000111100101101101010010011011111100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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