#449422

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

Shades of La Palma #449422

Tints of La Palma #449422

Color information

#449422 (or 0x449422) is unknown color: approx La Palma. HEX triplet: 44, 94 and 22. RGB value is (68,148,34). Sum of RGB (Red+Green+Blue) = 68+148+34=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #449422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449422 is #BB6BDD. Grayscale: #6F6F6F. Windows color (decimal): -12282846 or 2266180. OLE color: 2266180.

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

Color convert

RGB6814834-
CMYK0.5400.770.42
HSL102.11º62.64%35.69%-
HSV(B)102.11º77.03%58.04%-
XYZ13.2622.525.16-
YUV111.0884.597.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 148 (58.20% from 255) = 59.2%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=27.2%
G=59.2%
B=13.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148340.5400.770.42102.1162.6435.69
Hex4494223604D2A663f24
Octal10422442660115521467744
Binary100010010010100100010110110010011011010101100110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449422; }

 p { color: rgb(68,148,34); }

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

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

 a { background-color: rgb(68,148,34); }

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

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

 span { border-color: rgb(68,148,34); }

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