#4a8626

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

Shades of La Palma #4A8626

Tints of La Palma #4A8626

Color information

#4A8626 (or 0x4A8626) is unknown color: approx La Palma. HEX triplet: 4A, 86 and 26. RGB value is (74,134,38). Sum of RGB (Red+Green+Blue) = 74+134+38=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8626 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8626 is #B579D9. Grayscale: #696969. Windows color (decimal): -11893210 or 2524746. OLE color: 2524746.

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

Color convert

RGB7413438-
CMYK0.4500.720.47
HSL97.5º55.81%33.73%-
HSV(B)97.5º71.64%52.55%-
XYZ11.718.654.82-
YUV105.1290.12105.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 134 (52.73% from 255) = 54.47%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=30.08%
G=54.47%
B=15.45%

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
Decimal74134380.4500.720.4797.555.8133.73
Hex4A86262D0482F623822
Octal11220646550110571427042
Binary100101010000110100110101101010010001011111100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a8626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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