#468832

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

Shades of La Palma #468832

Tints of La Palma #468832

Color information

#468832 (or 0x468832) is unknown color: approx La Palma. HEX triplet: 46, 88 and 32. RGB value is (70,136,50). Sum of RGB (Red+Green+Blue) = 70+136+50=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #468832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468832 is #B977CD. Grayscale: #6A6A6A. Windows color (decimal): -12154830 or 3311686. OLE color: 3311686.

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

Color convert

RGB7013650-
CMYK0.4900.630.47
HSL106.05º46.24%36.47%-
HSV(B)106.05º63.24%53.33%-
XYZ11.9119.146.08-
YUV106.4696.13101.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=27.34%
G=53.12%
B=19.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70136500.4900.630.47106.0546.2436.47
Hex4688323103F2F6a2e24
Octal1062106261077571525644
Binary10001101000100011001011000101111111011111101010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468832; }

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

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

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

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

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

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

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

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