#469035

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

Shades of La Palma #469035

Tints of La Palma #469035

Color information

#469035 (or 0x469035) is unknown color: approx La Palma. HEX triplet: 46, 90 and 35. RGB value is (70,144,53). Sum of RGB (Red+Green+Blue) = 70+144+53=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #469035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469035 is #B96FCA. Grayscale: #6F6F6F. Windows color (decimal): -12152779 or 3510342. OLE color: 3510342.

HSL color Cylindrical-coordinate representation of color #469035: hue angle of 108.79º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #469035 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB7014453-
CMYK0.5100.630.44
HSL108.79º46.19%38.63%-
HSV(B)108.79º63.19%56.47%-
XYZ13.1421.516.83-
YUV111.594.9898.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 144 (56.64% from 255) = 53.93%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=26.22%
G=53.93%
B=19.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144530.5100.630.44108.7946.1938.63
Hex4690353303F2C6d2e27
Octal1062206563077541555647
Binary10001101001000011010111001101111111011001101101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469035; }

 p { color: rgb(70,144,53); }

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

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

 a { background-color: rgb(70,144,53); }

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

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

 span { border-color: rgb(70,144,53); }

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