#46952B

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

Shades of La Palma #46952B

Tints of La Palma #46952B

Color information

#46952B (or 0x46952B) is unknown color: approx La Palma. HEX triplet: 46, 95 and 2B. RGB value is (70,149,43). Sum of RGB (Red+Green+Blue) = 70+149+43=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #46952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46952B is #B96AD4. Grayscale: #717171. Windows color (decimal): -12151509 or 2856262. OLE color: 2856262.

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

Color convert

RGB7014943-
CMYK0.5300.710.42
HSL104.72º55.21%37.65%-
HSV(B)104.72º71.14%58.43%-
XYZ13.7122.976-
YUV113.388.3397.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 149 (58.59% from 255) = 56.87%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=26.72%
G=56.87%
B=16.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149430.5300.710.42104.7255.2137.65
Hex46952B350472A693726
Octal10622553650107521516746
Binary100011010010101101011110101010001111010101101001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46952B; }

 p { color: rgb(70,149,43); }

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

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

 a { background-color: rgb(70,149,43); }

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

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

 span { border-color: rgb(70,149,43); }

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