#44b45a

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

Shades of Chateau Green #44B45A

Tints of Chateau Green #44B45A

Color information

#44B45A (or 0x44B45A) is unknown color: approx Chateau Green. HEX triplet: 44, B4 and 5A. RGB value is (68,180,90). Sum of RGB (Red+Green+Blue) = 68+180+90=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #44B45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B45A is #BB4BA5. Grayscale: #888888. Windows color (decimal): -12274598 or 5944388. OLE color: 5944388.

HSL color Cylindrical-coordinate representation of color #44B45A: hue angle of 131.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B45A is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB6818090-
CMYK0.6200.500.29
HSL131.79º45.16%48.63%-
HSV(B)131.79º62.22%70.59%-
XYZ20.5534.6115.27-
YUV136.25101.8979.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=20.12%
G=53.25%
B=26.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68180900.6200.500.29131.7945.1648.63
Hex44B45A3E0321D842d31
Octal10426413276062352045561
Binary100010010110100101101011111001100101110110000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44b45a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,180,90); }

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

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

 a { background-color: rgb(68,180,90); }

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

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

 span { border-color: rgb(68,180,90); }

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