#449408

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

Shades of La Palma #449408

Tints of La Palma #449408

Color information

#449408 (or 0x449408) is unknown color: approx La Palma. HEX triplet: 44, 94 and 08. RGB value is (68,148,8). Sum of RGB (Red+Green+Blue) = 68+148+8=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #449408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449408 is #BB6BF7. Grayscale: #6C6C6C. Windows color (decimal): -12282872 or 562244. OLE color: 562244.

HSL color Cylindrical-coordinate representation of color #449408: hue angle of 94.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #449408 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB681488-
CMYK0.5400.950.42
HSL94.29º89.74%30.59%-
HSV(B)94.29º94.59%58.04%-
XYZ13.0222.433.87-
YUV108.1271.599.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 148 (58.20% from 255) = 66.07%
BLUE value IS 8 (3.52% from 255) = 3.57%
R=30.36%
G=66.07%
B=3.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6814880.5400.950.4294.2989.7430.59
Hex449483605F2A5e5a1f
Octal104224106601375213613237
Binary1000100100101001000110110010111111010101011110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449408; }

 p { color: rgb(68,148,8); }

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

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

 a { background-color: rgb(68,148,8); }

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

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

 span { border-color: rgb(68,148,8); }

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