#4A8826

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

Shades of La Palma #4A8826

Tints of La Palma #4A8826

Color information

#4A8826 (or 0x4A8826) is unknown color: approx La Palma. HEX triplet: 4A, 88 and 26. RGB value is (74,136,38). Sum of RGB (Red+Green+Blue) = 74+136+38=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8826 is #B577D9. Grayscale: #6A6A6A. Windows color (decimal): -11892698 or 2525258. OLE color: 2525258.

HSL color Cylindrical-coordinate representation of color #4A8826: hue angle of 97.96º degrees, saturation: 0.56, 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 #4A8826 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB7413638-
CMYK0.4600.720.47
HSL97.96º56.32%34.12%-
HSV(B)97.96º72.06%53.33%-
XYZ11.9819.24.91-
YUV106.2989.46104.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.84%
GREEN value IS 136 (53.52% from 255) = 54.84%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=29.84%
G=54.84%
B=15.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74136380.4600.720.4797.9656.3234.12
Hex4A88262E0482F623822
Octal11221046560110571427042
Binary100101010001000100110101110010010001011111100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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