#449305

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

Shades of La Palma #449305

Tints of La Palma #449305

Color information

#449305 (or 0x449305) is unknown color: approx La Palma. HEX triplet: 44, 93 and 05. RGB value is (68,147,5). Sum of RGB (Red+Green+Blue) = 68+147+5=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #449305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449305 is #BB6CFA. Grayscale: #6B6B6B. Windows color (decimal): -12283131 or 365380. OLE color: 365380.

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

Color convert

RGB681475-
CMYK0.5400.970.42
HSL93.38º93.42%29.8%-
HSV(B)93.38º96.6%57.65%-
XYZ12.8522.113.73-
YUV107.1970.33100.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 147 (57.81% from 255) = 66.82%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=30.91%
G=66.82%
B=2.27%

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
Decimal6814750.5400.970.4293.3893.4229.8
Hex44935360612A5d5d1e
Octal10422356601415213513536
Binary100010010010011101110110011000011010101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449305; }

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

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

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

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

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

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

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

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