#448327

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

Shades of La Palma #448327

Tints of La Palma #448327

Color information

#448327 (or 0x448327) is unknown color: approx La Palma. HEX triplet: 44, 83 and 27. RGB value is (68,131,39). Sum of RGB (Red+Green+Blue) = 68+131+39=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #448327 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448327 is #BB7CD8. Grayscale: #656565. Windows color (decimal): -12287193 or 2589508. OLE color: 2589508.

HSL color Cylindrical-coordinate representation of color #448327: hue angle of 101.09º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448327 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB6813139-
CMYK0.4800.700.49
HSL101.09º54.12%33.33%-
HSV(B)101.09º70.23%51.37%-
XYZ10.8717.614.75-
YUV101.6792.63103.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 131 (51.56% from 255) = 55.04%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=28.57%
G=55.04%
B=16.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68131390.4800.700.49101.0954.1233.33
Hex4483273004631653621
Octal10420347600106611456641
Binary100010010000011100111110000010001101100011100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448327; }

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

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

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

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

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

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

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

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