#44852A

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

Shades of La Palma #44852A

Tints of La Palma #44852A

Color information

#44852A (or 0x44852A) is unknown color: approx La Palma. HEX triplet: 44, 85 and 2A. RGB value is (68,133,42). Sum of RGB (Red+Green+Blue) = 68+133+42=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #44852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44852A is #BB7AD5. Grayscale: #676767. Windows color (decimal): -12286678 or 2786628. OLE color: 2786628.

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

Color convert

RGB6813342-
CMYK0.4900.680.48
HSL102.86º52%34.31%-
HSV(B)102.86º68.42%52.16%-
XYZ11.1918.175.11-
YUV103.1993.47102.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=27.98%
G=54.73%
B=17.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133420.4900.680.48102.865234.31
Hex44852A3104430673422
Octal10420552610104601476442
Binary100010010000101101010110001010001001100001100111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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