#4C8A26

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

Shades of La Palma #4C8A26

Tints of La Palma #4C8A26

Color information

#4C8A26 (or 0x4C8A26) is unknown color: approx La Palma. HEX triplet: 4C, 8A and 26. RGB value is (76,138,38). Sum of RGB (Red+Green+Blue) = 76+138+38=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8A26 is #B375D9. Grayscale: #6C6C6C. Windows color (decimal): -11761114 or 2525772. OLE color: 2525772.

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

Color convert

RGB7613838-
CMYK0.4500.720.46
HSL97.2º56.82%34.51%-
HSV(B)97.2º72.46%54.12%-
XYZ12.4219.855.01-
YUV108.0688.46105.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 138 (54.30% from 255) = 54.76%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=30.16%
G=54.76%
B=15.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76138380.4500.720.4697.256.8234.51
Hex4C8A262D0482E613923
Octal11421246550110561417143
Binary100110010001010100110101101010010001011101100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,138,38); }

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

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

 a { background-color: rgb(76,138,38); }

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

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

 span { border-color: rgb(76,138,38); }

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