#468323

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

Shades of La Palma #468323

Tints of La Palma #468323

Color information

#468323 (or 0x468323) is unknown color: approx La Palma. HEX triplet: 46, 83 and 23. RGB value is (70,131,35). Sum of RGB (Red+Green+Blue) = 70+131+35=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #468323 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468323 is #B97CDC. Grayscale: #666666. Windows color (decimal): -12156125 or 2327366. OLE color: 2327366.

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

Color convert

RGB7013135-
CMYK0.4700.730.49
HSL98.12º57.83%32.55%-
HSV(B)98.12º73.28%51.37%-
XYZ10.9517.664.42-
YUV101.8290.29105.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 131 (51.56% from 255) = 55.51%
BLUE value IS 35 (14.06% from 255) = 14.83%
R=29.66%
G=55.51%
B=14.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70131350.4700.730.4998.1257.8332.55
Hex4683232F04931623a21
Octal10620343570111611427241
Binary100011010000011100011101111010010011100011100010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468323; }

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

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

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

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

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

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

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

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