#448B04

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

Shades of La Palma #448B04

Tints of La Palma #448B04

Color information

#448B04 (or 0x448B04) is unknown color: approx La Palma. HEX triplet: 44, 8B and 04. RGB value is (68,139,4). Sum of RGB (Red+Green+Blue) = 68+139+4=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 139 (54.69% from 255 or 65.88% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 139 - color contains mainly: green. Hex color #448B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448B04 is #BB74FB. Grayscale: #666666. Windows color (decimal): -12285180 or 297796. OLE color: 297796.

HSL color Cylindrical-coordinate representation of color #448B04: hue angle of 91.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #448B04 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB681394-
CMYK0.5100.970.45
HSL91.56º94.41%28.04%-
HSV(B)91.56º97.12%54.51%-
XYZ11.6419.73.3-
YUV102.3872.48103.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 139 (54.69% from 255) = 65.88%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=32.23%
G=65.88%
B=1.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6813940.5100.970.4591.5694.4128.04
Hex448B4330612D5c5e1c
Octal10421346301415513413634
Binary100010010001011100110011011000011011011011100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,4); }

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

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

 a { background-color: rgb(68,139,4); }

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

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

 span { border-color: rgb(68,139,4); }

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