#468133

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

Shades of La Palma #468133

Tints of La Palma #468133

Color information

#468133 (or 0x468133) is unknown color: approx La Palma. HEX triplet: 46, 81 and 33. RGB value is (70,129,51). Sum of RGB (Red+Green+Blue) = 70+129+51=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #468133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468133 is #B97ECC. Grayscale: #666666. Windows color (decimal): -12156621 or 3375430. OLE color: 3375430.

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

Color convert

RGB7012951-
CMYK0.4600.600.49
HSL105.38º43.33%35.29%-
HSV(B)105.38º60.47%50.59%-
XYZ10.9717.245.88-
YUV102.4798.95104.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 129 (50.78% from 255) = 51.6%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=28%
G=51.6%
B=20.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129510.4600.600.49105.3843.3335.29
Hex4681332E03C31692b23
Octal1062016356074611515343
Binary10001101000000111001110111001111001100011101001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468133; }

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

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

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

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

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

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

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

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