#448334

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

Shades of La Palma #448334

Tints of La Palma #448334

Color information

#448334 (or 0x448334) is unknown color: approx La Palma. HEX triplet: 44, 83 and 34. RGB value is (68,131,52). Sum of RGB (Red+Green+Blue) = 68+131+52=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #448334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448334 is #BB7CCB. Grayscale: #676767. Windows color (decimal): -12287180 or 3441476. OLE color: 3441476.

HSL color Cylindrical-coordinate representation of color #448334: hue angle of 107.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #448334 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB6813152-
CMYK0.4800.600.49
HSL107.85º43.17%35.88%-
HSV(B)107.85º60.31%51.37%-
XYZ11.1217.716.08-
YUV103.1699.13102.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 131 (51.56% from 255) = 52.19%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=27.09%
G=52.19%
B=20.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68131520.4800.600.49107.8543.1735.88
Hex4483343003C316c2b24
Octal1042036460074611545344
Binary10001001000001111010011000001111001100011101100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448334; }

 p { color: rgb(68,131,52); }

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

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

 a { background-color: rgb(68,131,52); }

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

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

 span { border-color: rgb(68,131,52); }

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