#468614

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

Shades of La Palma #468614

Tints of La Palma #468614

Color information

#468614 (or 0x468614) is unknown color: approx La Palma. HEX triplet: 46, 86 and 14. RGB value is (70,134,20). Sum of RGB (Red+Green+Blue) = 70+134+20=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #468614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468614 is #B979EB. Grayscale: #666666. Windows color (decimal): -12155372 or 1345094. OLE color: 1345094.

HSL color Cylindrical-coordinate representation of color #468614: hue angle of 93.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #468614 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB7013420-
CMYK0.4800.850.47
HSL93.68º74.03%30.2%-
HSV(B)93.68º85.07%52.55%-
XYZ11.1818.43.62-
YUV101.8781.8105.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 134 (52.73% from 255) = 59.82%
BLUE value IS 20 (8.20% from 255) = 8.93%
R=31.25%
G=59.82%
B=8.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134200.4800.850.4793.6874.0330.2
Hex468614300552F5e4a1e
Octal106206246001255713611236
Binary10001101000011010100110000010101011011111011110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468614; }

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

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

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

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

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

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

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

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