#449601

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

Shades of La Palma #449601

Tints of La Palma #449601

Color information

#449601 (or 0x449601) is unknown color: approx La Palma. HEX triplet: 44, 96 and 01. RGB value is (68,150,1). Sum of RGB (Red+Green+Blue) = 68+150+1=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #449601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449601 is #BB69FE. Grayscale: #6D6D6D. Windows color (decimal): -12282367 or 104004. OLE color: 104004.

HSL color Cylindrical-coordinate representation of color #449601: hue angle of 93.02º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #449601 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB681501-
CMYK0.5500.990.41
HSL93.02º98.68%29.61%-
HSV(B)93.02º99.33%58.82%-
XYZ13.323.043.78-
YUV108.567.3399.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 150 (58.98% from 255) = 68.49%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=31.05%
G=68.49%
B=0.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6815010.5500.990.4193.0298.6829.61
Hex4496137063295d631e
Octal10422616701435113514336
Binary1000100100101101110111011000111010011011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449601; }

 p { color: rgb(68,150,1); }

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

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

 a { background-color: rgb(68,150,1); }

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

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

 span { border-color: rgb(68,150,1); }

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