#448E00

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

Shades of La Palma #448E00

Tints of La Palma #448E00

Color information

#448E00 (or 0x448E00) is unknown color: approx La Palma. HEX triplet: 44, 8E and 00. RGB value is (68,142,0). Sum of RGB (Red+Green+Blue) = 68+142+0=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 142 (55.86% from 255 or 67.62% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 142 - color contains mainly: green. Hex color #448E00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448E00 is #BB71FF. Grayscale: #686868. Windows color (decimal): -12284416 or 36420. OLE color: 36420.

HSL color Cylindrical-coordinate representation of color #448E00: hue angle of 91.27º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #448E00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB681420-
CMYK0.52010.44
HSL91.27º100%27.84%-
HSV(B)91.27º100%55.69%-
XYZ12.0620.573.34-
YUV103.6969.48102.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 142 (55.86% from 255) = 67.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.38%
G=67.62%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6814200.52010.4491.2710027.84
Hex448E0340642C5b641c
Octal10421606401445413314434
Binary1000100100011100110100011001001011001011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448E00; }

 p { color: rgb(68,142,0); }

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

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

 a { background-color: rgb(68,142,0); }

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

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

 span { border-color: rgb(68,142,0); }

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