#468327

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

Shades of La Palma #468327

Tints of La Palma #468327

Color information

#468327 (or 0x468327) is unknown color: approx La Palma. HEX triplet: 46, 83 and 27. RGB value is (70,131,39). Sum of RGB (Red+Green+Blue) = 70+131+39=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #468327 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468327 is #B97CD8. Grayscale: #666666. Windows color (decimal): -12156121 or 2589510. OLE color: 2589510.

HSL color Cylindrical-coordinate representation of color #468327: hue angle of 99.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468327 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB7013139-
CMYK0.4700.700.49
HSL99.78º54.12%33.33%-
HSV(B)99.78º70.23%51.37%-
XYZ11.0117.684.75-
YUV102.2792.29104.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 131 (51.56% from 255) = 54.58%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=29.17%
G=54.58%
B=16.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70131390.4700.700.4999.7854.1233.33
Hex4683272F04631643621
Octal10620347570106611446641
Binary100011010000011100111101111010001101100011100100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468327; }

 p { color: rgb(70,131,39); }

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

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

 a { background-color: rgb(70,131,39); }

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

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

 span { border-color: rgb(70,131,39); }

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