#46950D

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

Shades of La Palma #46950D

Tints of La Palma #46950D

Color information

#46950D (or 0x46950D) is unknown color: approx La Palma. HEX triplet: 46, 95 and 0D. RGB value is (70,149,13). Sum of RGB (Red+Green+Blue) = 70+149+13=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #46950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46950D is #B96AF2. Grayscale: #6E6E6E. Windows color (decimal): -12151539 or 890182. OLE color: 890182.

HSL color Cylindrical-coordinate representation of color #46950D: hue angle of 94.85º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46950D is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB7014913-
CMYK0.5300.910.42
HSL94.85º83.95%31.76%-
HSV(B)94.85º91.28%58.43%-
XYZ13.3522.834.08-
YUV109.8873.3399.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 149 (58.59% from 255) = 64.22%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=30.17%
G=64.22%
B=5.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149130.5300.910.4294.8583.9531.76
Hex4695D3505B2A5f5420
Octal106225156501335213712440
Binary10001101001010111011101010101101110101010111111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46950D; }

 p { color: rgb(70,149,13); }

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

<style>
 a { background-color: #46950D; }

 a { background-color: rgb(70,149,13); }

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

<style>
 span { border-color: #46950D; }

 span { border-color: rgb(70,149,13); }

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