#44942A

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

Shades of La Palma #44942A

Tints of La Palma #44942A

Color information

#44942A (or 0x44942A) is unknown color: approx La Palma. HEX triplet: 44, 94 and 2A. RGB value is (68,148,42). Sum of RGB (Red+Green+Blue) = 68+148+42=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #44942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44942A is #BB6BD5. Grayscale: #707070. Windows color (decimal): -12282838 or 2790468. OLE color: 2790468.

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

Color convert

RGB6814842-
CMYK0.5400.720.42
HSL105.28º55.79%37.25%-
HSV(B)105.28º71.62%58.04%-
XYZ13.3922.585.84-
YUV11288.596.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 148 (58.20% from 255) = 57.36%
BLUE value IS 42 (16.80% from 255) = 16.28%
R=26.36%
G=57.36%
B=16.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148420.5400.720.42105.2855.7937.25
Hex44942A360482A693825
Octal10422452660110521517045
Binary100010010010100101010110110010010001010101101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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