#468635

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

Shades of La Palma #468635

Tints of La Palma #468635

Color information

#468635 (or 0x468635) is unknown color: approx La Palma. HEX triplet: 46, 86 and 35. RGB value is (70,134,53). Sum of RGB (Red+Green+Blue) = 70+134+53=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #468635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468635 is #B979CA. Grayscale: #696969. Windows color (decimal): -12155339 or 3507782. OLE color: 3507782.

HSL color Cylindrical-coordinate representation of color #468635: hue angle of 107.41º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468635 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB7013453-
CMYK0.4800.600.47
HSL107.41º43.32%36.67%-
HSV(B)107.41º60.45%52.55%-
XYZ11.6918.616.34-
YUV105.6398.3102.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 134 (52.73% from 255) = 52.14%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=27.24%
G=52.14%
B=20.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134530.4800.600.47107.4143.3236.67
Hex4686353003C2F6b2b25
Octal1062066560074571535345
Binary10001101000011011010111000001111001011111101011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468635; }

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

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

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

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

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

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

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

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