#449304

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

Shades of La Palma #449304

Tints of La Palma #449304

Color information

#449304 (or 0x449304) is unknown color: approx La Palma. HEX triplet: 44, 93 and 04. RGB value is (68,147,4). Sum of RGB (Red+Green+Blue) = 68+147+4=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 147 (57.81% from 255 or 67.12% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 147 - color contains mainly: green. Hex color #449304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449304 is #BB6CFB. Grayscale: #6B6B6B. Windows color (decimal): -12283132 or 299844. OLE color: 299844.

HSL color Cylindrical-coordinate representation of color #449304: hue angle of 93.15º 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 #449304 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB681474-
CMYK0.5400.970.42
HSL93.15º94.7%29.61%-
HSV(B)93.15º97.28%57.65%-
XYZ12.8422.113.7-
YUV107.0869.83100.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 147 (57.81% from 255) = 67.12%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=31.05%
G=67.12%
B=1.83%

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
Decimal6814740.5400.970.4293.1594.729.61
Hex44934360612A5d5f1e
Octal10422346601415213513736
Binary100010010010011100110110011000011010101011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449304; }

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

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

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

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

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

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

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

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