#468135

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

Shades of La Palma #468135

Tints of La Palma #468135

Color information

#468135 (or 0x468135) is unknown color: approx La Palma. HEX triplet: 46, 81 and 35. RGB value is (70,129,53). Sum of RGB (Red+Green+Blue) = 70+129+53=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #468135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468135 is #B97ECA. Grayscale: #666666. Windows color (decimal): -12156619 or 3506502. OLE color: 3506502.

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

Color convert

RGB7012953-
CMYK0.4600.590.49
HSL106.58º41.76%35.69%-
HSV(B)106.58º58.91%50.59%-
XYZ11.0217.266.12-
YUV102.799.95104.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=27.78%
G=51.19%
B=21.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129530.4600.590.49106.5841.7635.69
Hex4681352E03B316b2a24
Octal1062016556073611535244
Binary10001101000000111010110111001110111100011101011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468135; }

 p { color: rgb(70,129,53); }

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

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

 a { background-color: rgb(70,129,53); }

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

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

 span { border-color: rgb(70,129,53); }

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