#468818

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

Shades of La Palma #468818

Tints of La Palma #468818

Color information

#468818 (or 0x468818) is unknown color: approx La Palma. HEX triplet: 46, 88 and 18. RGB value is (70,136,24). Sum of RGB (Red+Green+Blue) = 70+136+24=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #468818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468818 is #B977E7. Grayscale: #676767. Windows color (decimal): -12154856 or 1607750. OLE color: 1607750.

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

Color convert

RGB7013624-
CMYK0.4900.820.47
HSL95.36º70%31.37%-
HSV(B)95.36º82.35%53.33%-
XYZ11.4918.983.92-
YUV103.583.13104.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 136 (53.52% from 255) = 59.13%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=30.43%
G=59.13%
B=10.43%

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
Decimal70136240.4900.820.4795.367031.37
Hex468818310522F5f461f
Octal106210306101225713710637
Binary10001101000100011000110001010100101011111011111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468818; }

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

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

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

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

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

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

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

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