#42852A

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

Shades of La Palma #42852A

Tints of La Palma #42852A

Color information

#42852A (or 0x42852A) is unknown color: approx La Palma. HEX triplet: 42, 85 and 2A. RGB value is (66,133,42). Sum of RGB (Red+Green+Blue) = 66+133+42=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #42852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42852A is #BD7AD5. Grayscale: #666666. Windows color (decimal): -12417750 or 2786626. OLE color: 2786626.

HSL color Cylindrical-coordinate representation of color #42852A: hue angle of 104.18º 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 #42852A is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB6613342-
CMYK0.5000.680.48
HSL104.18º52%34.31%-
HSV(B)104.18º68.42%52.16%-
XYZ11.0518.15.1-
YUV102.5993.8101.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=27.39%
G=55.19%
B=17.43%

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
Decimal66133420.5000.680.48104.185234.31
Hex42852A3204430683422
Octal10220552620104601506442
Binary100001010000101101010110010010001001100001101000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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