#4A8934

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

Shades of La Palma #4A8934

Tints of La Palma #4A8934

Color information

#4A8934 (or 0x4A8934) is unknown color: approx La Palma. HEX triplet: 4A, 89 and 34. RGB value is (74,137,52). Sum of RGB (Red+Green+Blue) = 74+137+52=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8934 is #B576CB. Grayscale: #6C6C6C. Windows color (decimal): -11892428 or 3443018. OLE color: 3443018.

HSL color Cylindrical-coordinate representation of color #4A8934: hue angle of 104.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A8934 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB7413752-
CMYK0.4600.620.46
HSL104.47º44.97%37.06%-
HSV(B)104.47º62.04%53.73%-
XYZ12.3919.66.38-
YUV108.4796.13103.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.14%
GREEN value IS 137 (53.91% from 255) = 52.09%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=28.14%
G=52.09%
B=19.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74137520.4600.620.46104.4744.9737.06
Hex4A89342E03E2E682d25
Octal1122116456076561505545
Binary10010101000100111010010111001111101011101101000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,137,52); }

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

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

 a { background-color: rgb(74,137,52); }

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

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

 span { border-color: rgb(74,137,52); }

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