#468928

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

Shades of La Palma #468928

Tints of La Palma #468928

Color information

#468928 (or 0x468928) is unknown color: approx La Palma. HEX triplet: 46, 89 and 28. RGB value is (70,137,40). Sum of RGB (Red+Green+Blue) = 70+137+40=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #468928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468928 is #B976D7. Grayscale: #6A6A6A. Windows color (decimal): -12154584 or 2656582. OLE color: 2656582.

HSL color Cylindrical-coordinate representation of color #468928: hue angle of 101.44º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #468928 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB7013740-
CMYK0.4900.710.46
HSL101.44º54.8%34.71%-
HSV(B)101.44º70.8%53.73%-
XYZ11.8519.355.12-
YUV105.9190.8102.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=28.34%
G=55.47%
B=16.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70137400.4900.710.46101.4454.834.71
Hex468928310472E653723
Octal10621150610107561456743
Binary100011010001001101000110001010001111011101100101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468928; }

 p { color: rgb(70,137,40); }

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

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

 a { background-color: rgb(70,137,40); }

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

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

 span { border-color: rgb(70,137,40); }

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