#449A2A

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

Shades of La Palma #449A2A

Tints of La Palma #449A2A

Color information

#449A2A (or 0x449A2A) is unknown color: approx La Palma. HEX triplet: 44, 9A and 2A. RGB value is (68,154,42). Sum of RGB (Red+Green+Blue) = 68+154+42=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #449A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A2A is #BB65D5. Grayscale: #737373. Windows color (decimal): -12281302 or 2792004. OLE color: 2792004.

HSL color Cylindrical-coordinate representation of color #449A2A: hue angle of 106.07º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449A2A is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB6815442-
CMYK0.5600.730.40
HSL106.07º57.14%38.43%-
HSV(B)106.07º72.73%60.39%-
XYZ14.3624.516.16-
YUV115.5286.5194.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 154 (60.55% from 255) = 58.33%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=25.76%
G=58.33%
B=15.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68154420.5600.730.40106.0757.1438.43
Hex449A2A38049286a3926
Octal10423252700111501527146
Binary100010010011010101010111000010010011010001101010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449A2A; }

 p { color: rgb(68,154,42); }

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

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

 a { background-color: rgb(68,154,42); }

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

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

 span { border-color: rgb(68,154,42); }

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