#42862E

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

Shades of La Palma #42862E

Tints of La Palma #42862E

Color information

#42862E (or 0x42862E) is unknown color: approx La Palma. HEX triplet: 42, 86 and 2E. RGB value is (66,134,46). Sum of RGB (Red+Green+Blue) = 66+134+46=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #42862E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42862E is #BD79D1. Grayscale: #676767. Windows color (decimal): -12417490 or 3049026. OLE color: 3049026.

HSL color Cylindrical-coordinate representation of color #42862E: hue angle of 106.36º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42862E is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB6613446-
CMYK0.5100.660.47
HSL106.36º48.89%35.29%-
HSV(B)106.36º65.67%52.55%-
XYZ11.2718.415.54-
YUV103.6495.47101.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 134 (52.73% from 255) = 54.47%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=26.83%
G=54.47%
B=18.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134460.5100.660.47106.3648.8935.29
Hex42862E330422F6a3123
Octal10220656630102571526143
Binary100001010000110101110110011010000101011111101010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42862E; }

 p { color: rgb(66,134,46); }

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

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

 a { background-color: rgb(66,134,46); }

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

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

 span { border-color: rgb(66,134,46); }

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