#449130

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

Shades of La Palma #449130

Tints of La Palma #449130

Color information

#449130 (or 0x449130) is unknown color: approx La Palma. HEX triplet: 44, 91 and 30. RGB value is (68,145,48). Sum of RGB (Red+Green+Blue) = 68+145+48=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #449130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449130 is #BB6ECF. Grayscale: #6F6F6F. Windows color (decimal): -12283600 or 3182916. OLE color: 3182916.

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

Color convert

RGB6814548-
CMYK0.5300.670.43
HSL107.63º50.26%37.84%-
HSV(B)107.63º66.9%56.86%-
XYZ13.0421.696.3-
YUV110.9292.4997.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=26.05%
G=55.56%
B=18.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145480.5300.670.43107.6350.2637.84
Hex449130350432B6c3226
Octal10422160650103531546246
Binary100010010010001110000110101010000111010111101100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449130; }

 p { color: rgb(68,145,48); }

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

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

 a { background-color: rgb(68,145,48); }

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

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

 span { border-color: rgb(68,145,48); }

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