#449400

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

Shades of La Palma #449400

Tints of La Palma #449400

Color information

#449400 (or 0x449400) is unknown color: approx La Palma. HEX triplet: 44, 94 and 00. RGB value is (68,148,0). Sum of RGB (Red+Green+Blue) = 68+148+0=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #449400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449400 is #BB6BFF. Grayscale: #6B6B6B. Windows color (decimal): -12282880 or 37956. OLE color: 37956.

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

Color convert

RGB681480-
CMYK0.54010.42
HSL92.43º100%29.02%-
HSV(B)92.43º100%58.04%-
XYZ12.9722.413.64-
YUV107.2167.5100.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 148 (58.20% from 255) = 68.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.48%
G=68.52%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6814800.54010.4292.4310029.02
Hex44940360642A5c641d
Octal10422406601445213414435
Binary1000100100101000110110011001001010101011100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449400; }

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

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

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

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

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

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

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

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