#469206

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

Shades of La Palma #469206

Tints of La Palma #469206

Color information

#469206 (or 0x469206) is unknown color: approx La Palma. HEX triplet: 46, 92 and 06. RGB value is (70,146,6). Sum of RGB (Red+Green+Blue) = 70+146+6=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #469206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469206 is #B96DF9. Grayscale: #6B6B6B. Windows color (decimal): -12152314 or 430662. OLE color: 430662.

HSL color Cylindrical-coordinate representation of color #469206: hue angle of 92.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #469206 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB701466-
CMYK0.5200.960.43
HSL92.57º92.11%29.8%-
HSV(B)92.57º95.89%57.25%-
XYZ12.8421.873.72-
YUV107.3270.82101.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 146 (57.42% from 255) = 65.77%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=31.53%
G=65.77%
B=2.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7014660.5200.960.4392.5792.1129.8
Hex46926340602B5d5c1e
Octal10622266401405313513436
Binary100011010010010110110100011000001010111011101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469206; }

 p { color: rgb(70,146,6); }

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

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

 a { background-color: rgb(70,146,6); }

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

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

 span { border-color: rgb(70,146,6); }

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