#468B31

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

Shades of La Palma #468B31

Tints of La Palma #468B31

Color information

#468B31 (or 0x468B31) is unknown color: approx La Palma. HEX triplet: 46, 8B and 31. RGB value is (70,139,49). Sum of RGB (Red+Green+Blue) = 70+139+49=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #468B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468B31 is #B974CE. Grayscale: #6C6C6C. Windows color (decimal): -12154063 or 3246918. OLE color: 3246918.

HSL color Cylindrical-coordinate representation of color #468B31: hue angle of 106º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468B31 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB7013949-
CMYK0.5000.650.45
HSL106º47.87%36.86%-
HSV(B)106º64.75%54.51%-
XYZ12.3119.996.12-
YUV108.1194.64100.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 139 (54.69% from 255) = 53.88%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=27.13%
G=53.88%
B=18.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70139490.5000.650.4510647.8736.86
Hex468B31320412D6a3025
Octal10621361620101551526045
Binary100011010001011110001110010010000011011011101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,139,49); }

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

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

 a { background-color: rgb(70,139,49); }

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

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

 span { border-color: rgb(70,139,49); }

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