#468E21

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

Shades of La Palma #468E21

Tints of La Palma #468E21

Color information

#468E21 (or 0x468E21) is unknown color: approx La Palma. HEX triplet: 46, 8E and 21. RGB value is (70,142,33). Sum of RGB (Red+Green+Blue) = 70+142+33=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #468E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468E21 is #B971DE. Grayscale: #6C6C6C. Windows color (decimal): -12153311 or 2199110. OLE color: 2199110.

HSL color Cylindrical-coordinate representation of color #468E21: hue angle of 99.63º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #468E21 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB7014233-
CMYK0.5100.770.44
HSL99.63º62.29%34.31%-
HSV(B)99.63º76.76%55.69%-
XYZ12.4720.764.79-
YUV108.0585.65100.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 142 (55.86% from 255) = 57.96%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=28.57%
G=57.96%
B=13.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70142330.5100.770.4499.6362.2934.31
Hex468E213304D2C643e22
Octal10621641630115541447642
Binary100011010001110100001110011010011011011001100100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468E21; }

 p { color: rgb(70,142,33); }

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

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

 a { background-color: rgb(70,142,33); }

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

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

 span { border-color: rgb(70,142,33); }

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