#46922A

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

Shades of La Palma #46922A

Tints of La Palma #46922A

Color information

#46922A (or 0x46922A) is unknown color: approx La Palma. HEX triplet: 46, 92 and 2A. RGB value is (70,146,42). Sum of RGB (Red+Green+Blue) = 70+146+42=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #46922A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46922A is #B96DD5. Grayscale: #6F6F6F. Windows color (decimal): -12152278 or 2789958. OLE color: 2789958.

HSL color Cylindrical-coordinate representation of color #46922A: hue angle of 103.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46922A is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB7014642-
CMYK0.5200.710.43
HSL103.85º55.32%36.86%-
HSV(B)103.85º71.23%57.25%-
XYZ13.2222.035.75-
YUV111.4288.8298.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 146 (57.42% from 255) = 56.59%
BLUE value IS 42 (16.80% from 255) = 16.28%
R=27.13%
G=56.59%
B=16.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70146420.5200.710.43103.8555.3236.86
Hex46922A340472B683725
Octal10622252640107531506745
Binary100011010010010101010110100010001111010111101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46922A; }

 p { color: rgb(70,146,42); }

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

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

 a { background-color: rgb(70,146,42); }

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

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

 span { border-color: rgb(70,146,42); }

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