#448432

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

Shades of La Palma #448432

Tints of La Palma #448432

Color information

#448432 (or 0x448432) is unknown color: approx La Palma. HEX triplet: 44, 84 and 32. RGB value is (68,132,50). Sum of RGB (Red+Green+Blue) = 68+132+50=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #448432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448432 is #BB7BCD. Grayscale: #676767. Windows color (decimal): -12286926 or 3310660. OLE color: 3310660.

HSL color Cylindrical-coordinate representation of color #448432: hue angle of 106.83º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #448432 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB6813250-
CMYK0.4800.620.48
HSL106.83º45.05%35.69%-
HSV(B)106.83º62.12%51.76%-
XYZ11.2117.965.89-
YUV103.5297.8102.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 132 (51.95% from 255) = 52.8%
BLUE value IS 50 (19.92% from 255) = 20%
R=27.2%
G=52.8%
B=20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132500.4800.620.48106.8345.0535.69
Hex4484323003E306b2d24
Octal1042046260076601535544
Binary10001001000010011001011000001111101100001101011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448432; }

 p { color: rgb(68,132,50); }

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

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

 a { background-color: rgb(68,132,50); }

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

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

 span { border-color: rgb(68,132,50); }

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