#459315

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

Shades of La Palma #459315

Tints of La Palma #459315

Color information

#459315 (or 0x459315) is unknown color: approx La Palma. HEX triplet: 45, 93 and 15. RGB value is (69,147,21). Sum of RGB (Red+Green+Blue) = 69+147+21=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #459315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459315 is #BA6CEA. Grayscale: #6D6D6D. Windows color (decimal): -12217579 or 1413957. OLE color: 1413957.

HSL color Cylindrical-coordinate representation of color #459315: hue angle of 97.14º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #459315 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB6914721-
CMYK0.5300.860.42
HSL97.14º75%32.94%-
HSV(B)97.14º85.71%57.65%-
XYZ13.0222.194.31-
YUV109.3178.1699.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 147 (57.81% from 255) = 62.03%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=29.11%
G=62.03%
B=8.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69147210.5300.860.4297.147532.94
Hex459315350562A614b21
Octal105223256501265214111341
Binary100010110010011101011101010101011010101011000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459315; }

 p { color: rgb(69,147,21); }

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

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

 a { background-color: rgb(69,147,21); }

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

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

 span { border-color: rgb(69,147,21); }

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