#42832B

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

Shades of La Palma #42832B

Tints of La Palma #42832B

Color information

#42832B (or 0x42832B) is unknown color: approx La Palma. HEX triplet: 42, 83 and 2B. RGB value is (66,131,43). Sum of RGB (Red+Green+Blue) = 66+131+43=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #42832B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42832B is #BD7CD4. Grayscale: #656565. Windows color (decimal): -12418261 or 2851650. OLE color: 2851650.

HSL color Cylindrical-coordinate representation of color #42832B: hue angle of 104.32º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42832B is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB6613143-
CMYK0.5000.670.49
HSL104.32º50.57%34.12%-
HSV(B)104.32º67.18%51.37%-
XYZ10.817.575.11-
YUV101.5394.97102.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 131 (51.56% from 255) = 54.58%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=27.5%
G=54.58%
B=17.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131430.5000.670.49104.3250.5734.12
Hex42832B3204331683322
Octal10220353620103611506342
Binary100001010000011101011110010010000111100011101000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,131,43); }

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

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

 a { background-color: rgb(66,131,43); }

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

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

 span { border-color: rgb(66,131,43); }

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