#468236

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

Shades of La Palma #468236

Tints of La Palma #468236

Color information

#468236 (or 0x468236) is unknown color: approx La Palma. HEX triplet: 46, 82 and 36. RGB value is (70,130,54). Sum of RGB (Red+Green+Blue) = 70+130+54=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #468236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468236 is #B97DC9. Grayscale: #676767. Windows color (decimal): -12156362 or 3572294. OLE color: 3572294.

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

Color convert

RGB7013054-
CMYK0.4600.580.49
HSL107.37º41.3%36.08%-
HSV(B)107.37º58.46%50.98%-
XYZ11.1717.536.29-
YUV103.4100.12104.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=27.56%
G=51.18%
B=21.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130540.4600.580.49107.3741.336.08
Hex4682362E03A316b2924
Octal1062026656072611535144
Binary10001101000001011011010111001110101100011101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468236; }

 p { color: rgb(70,130,54); }

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

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

 a { background-color: rgb(70,130,54); }

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

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

 span { border-color: rgb(70,130,54); }

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