#468A31

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

Shades of La Palma #468A31

Tints of La Palma #468A31

Color information

#468A31 (or 0x468A31) is unknown color: approx La Palma. HEX triplet: 46, 8A and 31. RGB value is (70,138,49). Sum of RGB (Red+Green+Blue) = 70+138+49=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #468A31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A31 is #B975CE. Grayscale: #6B6B6B. Windows color (decimal): -12154319 or 3246662. OLE color: 3246662.

HSL color Cylindrical-coordinate representation of color #468A31: hue angle of 105.84º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468A31 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB7013849-
CMYK0.4900.640.46
HSL105.84º47.59%36.67%-
HSV(B)105.84º64.49%54.12%-
XYZ12.1719.76.07-
YUV107.5294.97101.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 138 (54.30% from 255) = 53.70%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=27.24%
G=53.70%
B=19.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70138490.4900.640.46105.8447.5936.67
Hex468A31310402E6a3025
Octal10621261610100561526045
Binary100011010001010110001110001010000001011101101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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