#4A8926

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

Shades of La Palma #4A8926

Tints of La Palma #4A8926

Color information

#4A8926 (or 0x4A8926) is unknown color: approx La Palma. HEX triplet: 4A, 89 and 26. RGB value is (74,137,38). Sum of RGB (Red+Green+Blue) = 74+137+38=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8926 is #B576D9. Grayscale: #6B6B6B. Windows color (decimal): -11892442 or 2525514. OLE color: 2525514.

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

Color convert

RGB7413738-
CMYK0.4600.720.46
HSL98.18º56.57%34.31%-
HSV(B)98.18º72.26%53.73%-
XYZ12.1219.494.96-
YUV106.8889.13104.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 137 (53.91% from 255) = 55.02%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=29.72%
G=55.02%
B=15.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74137380.4600.720.4698.1856.5734.31
Hex4A89262E0482E623922
Octal11221146560110561427142
Binary100101010001001100110101110010010001011101100010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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