#46950A

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

Shades of La Palma #46950A

Tints of La Palma #46950A

Color information

#46950A (or 0x46950A) is unknown color: approx La Palma. HEX triplet: 46, 95 and 0A. RGB value is (70,149,10). Sum of RGB (Red+Green+Blue) = 70+149+10=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #46950A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46950A is #B96AF5. Grayscale: #6E6E6E. Windows color (decimal): -12151542 or 693574. OLE color: 693574.

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

Color convert

RGB7014910-
CMYK0.5300.930.42
HSL94.1º87.42%31.18%-
HSV(B)94.1º93.29%58.43%-
XYZ13.3322.823.99-
YUV109.5371.8399.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 149 (58.59% from 255) = 65.07%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=30.57%
G=65.07%
B=4.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149100.5300.930.4294.187.4231.18
Hex4695A3505D2A5e571f
Octal106225126501355213612737
Binary1000110100101011010110101010111011010101011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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