#469201

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

Shades of La Palma #469201

Tints of La Palma #469201

Color information

#469201 (or 0x469201) is unknown color: approx La Palma. HEX triplet: 46, 92 and 01. RGB value is (70,146,1). Sum of RGB (Red+Green+Blue) = 70+146+1=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #469201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469201 is #B96DFE. Grayscale: #6B6B6B. Windows color (decimal): -12152319 or 102982. OLE color: 102982.

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

Color convert

RGB701461-
CMYK0.5200.990.43
HSL91.45º98.64%28.82%-
HSV(B)91.45º99.32%57.25%-
XYZ12.8121.863.57-
YUV106.7568.32101.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 146 (57.42% from 255) = 67.28%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=32.26%
G=67.28%
B=0.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7014610.5200.990.4391.4598.6428.82
Hex46921340632B5b631d
Octal10622216401435313314335
Binary1000110100100101110100011000111010111011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469201; }

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

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

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

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

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

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

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

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