#468534

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

Shades of La Palma #468534

Tints of La Palma #468534

Color information

#468534 (or 0x468534) is unknown color: approx La Palma. HEX triplet: 46, 85 and 34. RGB value is (70,133,52). Sum of RGB (Red+Green+Blue) = 70+133+52=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #468534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468534 is #B97ACB. Grayscale: #696969. Windows color (decimal): -12155596 or 3441990. OLE color: 3441990.

HSL color Cylindrical-coordinate representation of color #468534: hue angle of 106.67º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #468534 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB7013352-
CMYK0.4700.610.48
HSL106.67º43.78%36.27%-
HSV(B)106.67º60.9%52.16%-
XYZ11.5318.336.18-
YUV104.9398.13103.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 52 (20.70% from 255) = 20.39%
R=27.45%
G=52.16%
B=20.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133520.4700.610.48106.6743.7836.27
Hex4685342F03D306b2c24
Octal1062056457075601535444
Binary10001101000010111010010111101111011100001101011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468534; }

 p { color: rgb(70,133,52); }

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

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

 a { background-color: rgb(70,133,52); }

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

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

 span { border-color: rgb(70,133,52); }

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