#468819

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

Shades of La Palma #468819

Tints of La Palma #468819

Color information

#468819 (or 0x468819) is unknown color: approx La Palma. HEX triplet: 46, 88 and 19. RGB value is (70,136,25). Sum of RGB (Red+Green+Blue) = 70+136+25=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #468819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468819 is #B977E6. Grayscale: #676767. Windows color (decimal): -12154855 or 1673286. OLE color: 1673286.

HSL color Cylindrical-coordinate representation of color #468819: hue angle of 95.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #468819 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB7013625-
CMYK0.4900.820.47
HSL95.68º68.94%31.57%-
HSV(B)95.68º81.62%53.33%-
XYZ11.5118.983.98-
YUV103.6183.63104.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 136 (53.52% from 255) = 58.87%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=30.30%
G=58.87%
B=10.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70136250.4900.820.4795.6868.9431.57
Hex468819310522F604520
Octal106210316101225714010540
Binary100011010001000110011100010101001010111111000001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468819; }

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

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

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

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

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

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

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

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