#468233

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

Shades of La Palma #468233

Tints of La Palma #468233

Color information

#468233 (or 0x468233) is unknown color: approx La Palma. HEX triplet: 46, 82 and 33. RGB value is (70,130,51). Sum of RGB (Red+Green+Blue) = 70+130+51=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #468233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468233 is #B97DCC. Grayscale: #676767. Windows color (decimal): -12156365 or 3375686. OLE color: 3375686.

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

Color convert

RGB7013051-
CMYK0.4600.610.49
HSL105.57º43.65%35.49%-
HSV(B)105.57º60.77%50.98%-
XYZ11.1117.515.93-
YUV103.0598.62104.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=27.89%
G=51.79%
B=20.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130510.4600.610.49105.5743.6535.49
Hex4682332E03D316a2c23
Octal1062026356075611525443
Binary10001101000001011001110111001111011100011101010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468233; }

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

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

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

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

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

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

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

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