#468519

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

Shades of La Palma #468519

Tints of La Palma #468519

Color information

#468519 (or 0x468519) is unknown color: approx La Palma. HEX triplet: 46, 85 and 19. RGB value is (70,133,25). Sum of RGB (Red+Green+Blue) = 70+133+25=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #468519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468519 is #B97AE6. Grayscale: #666666. Windows color (decimal): -12155623 or 1672518. OLE color: 1672518.

HSL color Cylindrical-coordinate representation of color #468519: hue angle of 95º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #468519 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB7013325-
CMYK0.4700.810.48
HSL95º68.35%30.98%-
HSV(B)95º81.2%52.16%-
XYZ11.0918.153.84-
YUV101.8584.63105.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 133 (52.34% from 255) = 58.33%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=30.70%
G=58.33%
B=10.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133250.4700.810.489568.3530.98
Hex4685192F051305f441f
Octal106205315701216013710437
Binary10001101000010111001101111010100011100001011111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468519; }

 p { color: rgb(70,133,25); }

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

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

 a { background-color: rgb(70,133,25); }

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

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

 span { border-color: rgb(70,133,25); }

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