#468816

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

Shades of La Palma #468816

Tints of La Palma #468816

Color information

#468816 (or 0x468816) is unknown color: approx La Palma. HEX triplet: 46, 88 and 16. RGB value is (70,136,22). Sum of RGB (Red+Green+Blue) = 70+136+22=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #468816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468816 is #B977E9. Grayscale: #676767. Windows color (decimal): -12154858 or 1476678. OLE color: 1476678.

HSL color Cylindrical-coordinate representation of color #468816: hue angle of 94.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #468816 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB7013622-
CMYK0.4900.840.47
HSL94.74º72.15%30.98%-
HSV(B)94.74º83.82%53.33%-
XYZ11.4718.973.82-
YUV103.2782.13104.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 136 (53.52% from 255) = 59.65%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=30.70%
G=59.65%
B=9.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70136220.4900.840.4794.7472.1530.98
Hex468816310542F5f481f
Octal106210266101245713711037
Binary10001101000100010110110001010101001011111011111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468816; }

 p { color: rgb(70,136,22); }

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

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

 a { background-color: rgb(70,136,22); }

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

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

 span { border-color: rgb(70,136,22); }

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