#44B95B

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

Shades of Chateau Green #44B95B

Tints of Chateau Green #44B95B

Color information

#44B95B (or 0x44B95B) is unknown color: approx Chateau Green. HEX triplet: 44, B9 and 5B. RGB value is (68,185,91). Sum of RGB (Red+Green+Blue) = 68+185+91=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #44B95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B95B is #BB46A4. Grayscale: #8B8B8B. Windows color (decimal): -12273317 or 6011204. OLE color: 6011204.

HSL color Cylindrical-coordinate representation of color #44B95B: hue angle of 131.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B95B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB6818591-
CMYK0.6300.510.27
HSL131.79º46.25%49.61%-
HSV(B)131.79º63.24%72.55%-
XYZ21.6236.6815.84-
YUV139.3100.7477.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 185 (72.66% from 255) = 53.78%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=19.77%
G=53.78%
B=26.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68185910.6300.510.27131.7946.2549.61
Hex44B95B3F0331B842e32
Octal10427113377063332045662
Binary100010010111001101101111111101100111101110000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,185,91); }

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

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

 a { background-color: rgb(68,185,91); }

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

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

 span { border-color: rgb(68,185,91); }

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