#469107

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

Shades of La Palma #469107

Tints of La Palma #469107

Color information

#469107 (or 0x469107) is unknown color: approx La Palma. HEX triplet: 46, 91 and 07. RGB value is (70,145,7). Sum of RGB (Red+Green+Blue) = 70+145+7=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #469107 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469107 is #B96EF8. Grayscale: #6B6B6B. Windows color (decimal): -12152569 or 495942. OLE color: 495942.

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

Color convert

RGB701457-
CMYK0.5200.950.43
HSL92.61º90.79%29.8%-
HSV(B)92.61º95.17%56.86%-
XYZ12.6921.573.7-
YUV106.8471.65101.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 145 (57.03% from 255) = 65.32%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=31.53%
G=65.32%
B=3.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7014570.5200.950.4392.6190.7929.8
Hex469173405F2B5d5b1e
Octal10622176401375313513336
Binary100011010010001111110100010111111010111011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469107; }

 p { color: rgb(70,145,7); }

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

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

 a { background-color: rgb(70,145,7); }

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

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

 span { border-color: rgb(70,145,7); }

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