#449B28

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

Shades of La Palma #449B28

Tints of La Palma #449B28

Color information

#449B28 (or 0x449B28) is unknown color: approx La Palma. HEX triplet: 44, 9B and 28. RGB value is (68,155,40). Sum of RGB (Red+Green+Blue) = 68+155+40=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #449B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B28 is #BB64D7. Grayscale: #747474. Windows color (decimal): -12281048 or 2661188. OLE color: 2661188.

HSL color Cylindrical-coordinate representation of color #449B28: hue angle of 105.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #449B28 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB6815540-
CMYK0.5600.740.39
HSL105.39º58.97%38.24%-
HSV(B)105.39º74.19%60.78%-
XYZ14.4924.826.04-
YUV115.8885.1893.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 155 (60.94% from 255) = 58.94%
BLUE value IS 40 (16.02% from 255) = 15.21%
R=25.86%
G=58.94%
B=15.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68155400.5600.740.39105.3958.9738.24
Hex449B283804A27693b26
Octal10423350700112471517346
Binary100010010011011101000111000010010101001111101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,155,40); }

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

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

 a { background-color: rgb(68,155,40); }

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

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

 span { border-color: rgb(68,155,40); }

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