#468718

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

Shades of La Palma #468718

Tints of La Palma #468718

Color information

#468718 (or 0x468718) is unknown color: approx La Palma. HEX triplet: 46, 87 and 18. RGB value is (70,135,24). Sum of RGB (Red+Green+Blue) = 70+135+24=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #468718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468718 is #B978E7. Grayscale: #676767. Windows color (decimal): -12155112 or 1607494. OLE color: 1607494.

HSL color Cylindrical-coordinate representation of color #468718: hue angle of 95.14º 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 #468718 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB7013524-
CMYK0.4800.820.47
HSL95.14º69.81%31.18%-
HSV(B)95.14º82.22%52.94%-
XYZ11.3518.73.87-
YUV102.9183.47104.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 24 (9.77% from 255) = 10.48%
R=30.57%
G=58.95%
B=10.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70135240.4800.820.4795.1469.8131.18
Hex468718300522F5f461f
Octal106207306001225713710637
Binary10001101000011111000110000010100101011111011111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468718; }

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

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

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

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

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

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

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

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