#449504

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

Shades of La Palma #449504

Tints of La Palma #449504

Color information

#449504 (or 0x449504) is unknown color: approx La Palma. HEX triplet: 44, 95 and 04. RGB value is (68,149,4). Sum of RGB (Red+Green+Blue) = 68+149+4=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #449504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449504 is #BB6AFB. Grayscale: #6C6C6C. Windows color (decimal): -12282620 or 300356. OLE color: 300356.

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

Color convert

RGB681494-
CMYK0.5400.970.42
HSL93.52º94.77%30%-
HSV(B)93.52º97.32%58.43%-
XYZ13.1522.733.81-
YUV108.2569.1699.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 149 (58.59% from 255) = 67.42%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=30.77%
G=67.42%
B=1.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6814940.5400.970.4293.5294.7730
Hex44954360612A5e5f1e
Octal10422546601415213613736
Binary100010010010101100110110011000011010101011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449504; }

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

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

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

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

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

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

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

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