#448438

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

Shades of La Palma #448438

Tints of La Palma #448438

Color information

#448438 (or 0x448438) is unknown color: approx La Palma. HEX triplet: 44, 84 and 38. RGB value is (68,132,56). Sum of RGB (Red+Green+Blue) = 68+132+56=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #448438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448438 is #BB7BC7. Grayscale: #686868. Windows color (decimal): -12286920 or 3703876. OLE color: 3703876.

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

Color convert

RGB6813256-
CMYK0.4800.580.48
HSL110.53º40.43%36.86%-
HSV(B)110.53º57.58%51.76%-
XYZ11.3518.026.62-
YUV104.2100.8102.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=26.56%
G=51.56%
B=21.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132560.4800.580.48110.5340.4336.86
Hex4484383003A306f2825
Octal1042047060072601575045
Binary10001001000010011100011000001110101100001101111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448438; }

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

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

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

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

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

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

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

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