#449B1E

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

Shades of La Palma #449B1E

Tints of La Palma #449B1E

Color information

#449B1E (or 0x449B1E) is unknown color: approx La Palma. HEX triplet: 44, 9B and 1E. RGB value is (68,155,30). Sum of RGB (Red+Green+Blue) = 68+155+30=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 155 (60.94% from 255 or 61.26% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 155 - color contains mainly: green. Hex color #449B1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B1E is #BB64E1. Grayscale: #737373. Windows color (decimal): -12281058 or 2005828. OLE color: 2005828.

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

Color convert

RGB6815530-
CMYK0.5600.810.39
HSL101.76º67.57%36.27%-
HSV(B)101.76º80.65%60.78%-
XYZ14.3424.775.25-
YUV114.7480.1894.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 155 (60.94% from 255) = 61.26%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=26.88%
G=61.26%
B=11.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68155300.5600.810.39101.7667.5736.27
Hex449B1E3805127664424
Octal104233367001214714610444
Binary100010010011011111101110000101000110011111001101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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