#468130

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

Shades of La Palma #468130

Tints of La Palma #468130

Color information

#468130 (or 0x468130) is unknown color: approx La Palma. HEX triplet: 46, 81 and 30. RGB value is (70,129,48). Sum of RGB (Red+Green+Blue) = 70+129+48=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #468130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468130 is #B97ECF. Grayscale: #666666. Windows color (decimal): -12156624 or 3178822. OLE color: 3178822.

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

Color convert

RGB7012948-
CMYK0.4600.630.49
HSL103.7º45.76%34.71%-
HSV(B)103.7º62.79%50.59%-
XYZ10.9117.225.54-
YUV102.1297.45105.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=28.34%
G=52.23%
B=19.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129480.4600.630.49103.745.7634.71
Hex4681302E03F31682e23
Octal1062016056077611505643
Binary10001101000000111000010111001111111100011101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468130; }

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

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

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

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

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

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

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

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