#44992A

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

Shades of La Palma #44992A

Tints of La Palma #44992A

Color information

#44992A (or 0x44992A) is unknown color: approx La Palma. HEX triplet: 44, 99 and 2A. RGB value is (68,153,42). Sum of RGB (Red+Green+Blue) = 68+153+42=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #44992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44992A is #BB66D5. Grayscale: #737373. Windows color (decimal): -12281558 or 2791748. OLE color: 2791748.

HSL color Cylindrical-coordinate representation of color #44992A: hue angle of 105.95º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44992A is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB6815342-
CMYK0.5600.730.4
HSL105.95º56.92%38.24%-
HSV(B)105.95º72.55%60%-
XYZ14.1924.186.11-
YUV114.9386.8494.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 153 (60.16% from 255) = 58.17%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=25.86%
G=58.17%
B=15.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68153420.5600.730.4105.9556.9238.24
Hex44992A38049286a3926
Octal10423152700111501527146
Binary100010010011001101010111000010010011010001101010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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