#43852A

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

Shades of La Palma #43852A

Tints of La Palma #43852A

Color information

#43852A (or 0x43852A) is unknown color: approx La Palma. HEX triplet: 43, 85 and 2A. RGB value is (67,133,42). Sum of RGB (Red+Green+Blue) = 67+133+42=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #43852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43852A is #BC7AD5. Grayscale: #676767. Windows color (decimal): -12352214 or 2786627. OLE color: 2786627.

HSL color Cylindrical-coordinate representation of color #43852A: hue angle of 103.52º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43852A is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB6713342-
CMYK0.5000.680.48
HSL103.52º52%34.31%-
HSV(B)103.52º68.42%52.16%-
XYZ11.1218.145.1-
YUV102.8993.63102.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=27.69%
G=54.96%
B=17.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67133420.5000.680.48103.525234.31
Hex43852A3204430683422
Octal10320552620104601506442
Binary100001110000101101010110010010001001100001101000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,133,42); }

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

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

 a { background-color: rgb(67,133,42); }

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

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

 span { border-color: rgb(67,133,42); }

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