#468427

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

Shades of La Palma #468427

Tints of La Palma #468427

Color information

#468427 (or 0x468427) is unknown color: approx La Palma. HEX triplet: 46, 84 and 27. RGB value is (70,132,39). Sum of RGB (Red+Green+Blue) = 70+132+39=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #468427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468427 is #B97BD8. Grayscale: #676767. Windows color (decimal): -12155865 or 2589766. OLE color: 2589766.

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

Color convert

RGB7013239-
CMYK0.4700.700.48
HSL100º54.39%33.53%-
HSV(B)100º70.45%51.76%-
XYZ11.1417.954.8-
YUV102.8691.96104.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 132 (51.95% from 255) = 54.77%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=29.05%
G=54.77%
B=16.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70132390.4700.700.4810054.3933.53
Hex4684272F04630643622
Octal10620447570106601446642
Binary100011010000100100111101111010001101100001100100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468427; }

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

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

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

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

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

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

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

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