#468F26

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

Shades of La Palma #468F26

Tints of La Palma #468F26

Color information

#468F26 (or 0x468F26) is unknown color: approx La Palma. HEX triplet: 46, 8F and 26. RGB value is (70,143,38). Sum of RGB (Red+Green+Blue) = 70+143+38=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #468F26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468F26 is #B970D9. Grayscale: #6D6D6D. Windows color (decimal): -12153050 or 2527046. OLE color: 2527046.

HSL color Cylindrical-coordinate representation of color #468F26: hue angle of 101.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #468F26 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB7014338-
CMYK0.5100.730.44
HSL101.71º58.01%35.49%-
HSV(B)101.71º73.43%56.08%-
XYZ12.721.095.23-
YUV109.287.82100.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 143 (56.25% from 255) = 56.97%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=27.89%
G=56.97%
B=15.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70143380.5100.730.44101.7158.0135.49
Hex468F26330492C663a23
Octal10621746630111541467243
Binary100011010001111100110110011010010011011001100110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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