#46900E

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

Shades of La Palma #46900E

Tints of La Palma #46900E

Color information

#46900E (or 0x46900E) is unknown color: approx La Palma. HEX triplet: 46, 90 and 0E. RGB value is (70,144,14). Sum of RGB (Red+Green+Blue) = 70+144+14=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #46900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46900E is #B96FF1. Grayscale: #6B6B6B. Windows color (decimal): -12152818 or 954438. OLE color: 954438.

HSL color Cylindrical-coordinate representation of color #46900E: hue angle of 94.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46900E is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB7014414-
CMYK0.5100.900.44
HSL94.15º82.28%30.98%-
HSV(B)94.15º90.28%56.47%-
XYZ12.5821.283.86-
YUV107.0575.48101.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 144 (56.64% from 255) = 63.16%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=30.70%
G=63.16%
B=6.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144140.5100.900.4494.1582.2830.98
Hex4690E3305A2C5e521f
Octal106220166301325413612237
Binary1000110100100001110110011010110101011001011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46900E; }

 p { color: rgb(70,144,14); }

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

<style>
 a { background-color: #46900E; }

 a { background-color: rgb(70,144,14); }

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

<style>
 span { border-color: #46900E; }

 span { border-color: rgb(70,144,14); }

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