#44A165

Color #44A165 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #44A165

Tints of Chateau Green #44A165

Color information

#44A165 (or 0x44A165) is unknown color: approx Chateau Green. HEX triplet: 44, A1 and 65. RGB value is (68,161,101). Sum of RGB (Red+Green+Blue) = 68+161+101=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #44A165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A165 is #BB5E9A. Grayscale: #7E7E7E. Windows color (decimal): -12279451 or 6660420. OLE color: 6660420.

HSL color Cylindrical-coordinate representation of color #44A165: hue angle of 141.29º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A165 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB68161101-
CMYK0.5800.370.37
HSL141.29º40.61%44.9%-
HSV(B)141.29º57.76%63.14%-
XYZ17.4827.6616.73-
YUV126.35113.6986.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 161 (63.28% from 255) = 48.79%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=20.61%
G=48.79%
B=30.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681611010.5800.370.37141.2940.6144.9
Hex44A1653A025258d292d
Octal10424114572045452155155
Binary1000100101000011100101111010010010110010110001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A165; }

 p { color: rgb(68,161,101); }

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

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

 a { background-color: rgb(68,161,101); }

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

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

 span { border-color: rgb(68,161,101); }

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