#449216

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

Shades of La Palma #449216

Tints of La Palma #449216

Color information

#449216 (or 0x449216) is unknown color: approx La Palma. HEX triplet: 44, 92 and 16. RGB value is (68,146,22). Sum of RGB (Red+Green+Blue) = 68+146+22=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #449216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449216 is #BB6DE9. Grayscale: #6C6C6C. Windows color (decimal): -12283370 or 1479236. OLE color: 1479236.

HSL color Cylindrical-coordinate representation of color #449216: hue angle of 97.74º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #449216 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB6814622-
CMYK0.5300.850.43
HSL97.74º73.81%32.94%-
HSV(B)97.74º84.93%57.25%-
XYZ12.8121.844.3-
YUV108.5479.1699.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 146 (57.42% from 255) = 61.86%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=28.81%
G=61.86%
B=9.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146220.5300.850.4397.7473.8132.94
Hex449216350552B624a21
Octal104222266501255314211241
Binary100010010010010101101101010101010110101111000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449216; }

 p { color: rgb(68,146,22); }

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

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

 a { background-color: rgb(68,146,22); }

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

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

 span { border-color: rgb(68,146,22); }

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