#468A26

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

Shades of La Palma #468A26

Tints of La Palma #468A26

Color information

#468A26 (or 0x468A26) is unknown color: approx La Palma. HEX triplet: 46, 8A and 26. RGB value is (70,138,38). Sum of RGB (Red+Green+Blue) = 70+138+38=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #468A26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A26 is #B975D9. Grayscale: #6A6A6A. Windows color (decimal): -12154330 or 2525766. OLE color: 2525766.

HSL color Cylindrical-coordinate representation of color #468A26: hue angle of 100.8º 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 #468A26 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB7013838-
CMYK0.4900.720.46
HSL100.8º56.82%34.51%-
HSV(B)100.8º72.46%54.12%-
XYZ11.9619.624.99-
YUV106.2789.47102.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 138 (54.30% from 255) = 56.10%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=28.46%
G=56.10%
B=15.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70138380.4900.720.46100.856.8234.51
Hex468A26310482E653923
Octal10621246610110561457143
Binary100011010001010100110110001010010001011101100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468A26; }

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

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

<style>
 a { background-color: #468A26; }

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

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

<style>
 span { border-color: #468A26; }

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

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