#449021

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

Shades of La Palma #449021

Tints of La Palma #449021

Color information

#449021 (or 0x449021) is unknown color: approx La Palma. HEX triplet: 44, 90 and 21. RGB value is (68,144,33). Sum of RGB (Red+Green+Blue) = 68+144+33=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #449021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449021 is #BB6FDE. Grayscale: #6C6C6C. Windows color (decimal): -12283871 or 2199620. OLE color: 2199620.

HSL color Cylindrical-coordinate representation of color #449021: hue angle of 101.08º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #449021 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB6814433-
CMYK0.5300.770.44
HSL101.08º62.71%34.71%-
HSV(B)101.08º77.08%56.47%-
XYZ12.6321.294.88-
YUV108.6285.3299.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 144 (56.64% from 255) = 58.78%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=27.76%
G=58.78%
B=13.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68144330.5300.770.44101.0862.7134.71
Hex4490213504D2C653f23
Octal10422041650115541457743
Binary100010010010000100001110101010011011011001100101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449021; }

 p { color: rgb(68,144,33); }

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

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

 a { background-color: rgb(68,144,33); }

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

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

 span { border-color: rgb(68,144,33); }

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