#46932D

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

Shades of La Palma #46932D

Tints of La Palma #46932D

Color information

#46932D (or 0x46932D) is unknown color: approx La Palma. HEX triplet: 46, 93 and 2D. RGB value is (70,147,45). Sum of RGB (Red+Green+Blue) = 70+147+45=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #46932D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46932D is #B96CD2. Grayscale: #707070. Windows color (decimal): -12152019 or 2986822. OLE color: 2986822.

HSL color Cylindrical-coordinate representation of color #46932D: hue angle of 105.29º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46932D is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB7014745-
CMYK0.5200.690.42
HSL105.29º53.12%37.65%-
HSV(B)105.29º69.39%57.65%-
XYZ13.4322.366.09-
YUV112.3589.9997.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 147 (57.81% from 255) = 56.11%
BLUE value IS 45 (17.97% from 255) = 17.18%
R=26.72%
G=56.11%
B=17.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70147450.5200.690.42105.2953.1237.65
Hex46932D340452A693526
Octal10622355640105521516546
Binary100011010010011101101110100010001011010101101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46932D; }

 p { color: rgb(70,147,45); }

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

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

 a { background-color: rgb(70,147,45); }

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

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

 span { border-color: rgb(70,147,45); }

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