#468914

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

Shades of La Palma #468914

Tints of La Palma #468914

Color information

#468914 (or 0x468914) is unknown color: approx La Palma. HEX triplet: 46, 89 and 14. RGB value is (70,137,20). Sum of RGB (Red+Green+Blue) = 70+137+20=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #468914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468914 is #B976EB. Grayscale: #686868. Windows color (decimal): -12154604 or 1345862. OLE color: 1345862.

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

Color convert

RGB7013720-
CMYK0.4900.850.46
HSL94.36º74.52%30.78%-
HSV(B)94.36º85.4%53.73%-
XYZ11.619.243.77-
YUV103.6380.8104.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 137 (53.91% from 255) = 60.35%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=30.84%
G=60.35%
B=8.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70137200.4900.850.4694.3674.5230.78
Hex468914310552E5e4b1f
Octal106211246101255613611337
Binary10001101000100110100110001010101011011101011110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468914; }

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

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

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

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

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

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

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

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