#44902A

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

Shades of La Palma #44902A

Tints of La Palma #44902A

Color information

#44902A (or 0x44902A) is unknown color: approx La Palma. HEX triplet: 44, 90 and 2A. RGB value is (68,144,42). Sum of RGB (Red+Green+Blue) = 68+144+42=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #44902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44902A is #BB6FD5. Grayscale: #6D6D6D. Windows color (decimal): -12283862 or 2789444. OLE color: 2789444.

HSL color Cylindrical-coordinate representation of color #44902A: hue angle of 104.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44902A is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB6814442-
CMYK0.5300.710.44
HSL104.71º54.84%36.47%-
HSV(B)104.71º70.83%56.47%-
XYZ12.7821.345.64-
YUV109.6589.8298.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 144 (56.64% from 255) = 56.69%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=26.77%
G=56.69%
B=16.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68144420.5300.710.44104.7154.8436.47
Hex44902A350472C693724
Octal10422052650107541516744
Binary100010010010000101010110101010001111011001101001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44902A; }

 p { color: rgb(68,144,42); }

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

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

 a { background-color: rgb(68,144,42); }

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

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

 span { border-color: rgb(68,144,42); }

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