#44995A

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

Shades of Chateau Green #44995A

Tints of Chateau Green #44995A

Color information

#44995A (or 0x44995A) is unknown color: approx Chateau Green. HEX triplet: 44, 99 and 5A. RGB value is (68,153,90). Sum of RGB (Red+Green+Blue) = 68+153+90=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #44995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44995A is #BB66A5. Grayscale: #787878. Windows color (decimal): -12281510 or 5937476. OLE color: 5937476.

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

Color convert

RGB6815390-
CMYK0.5600.410.4
HSL135.53º38.46%43.33%-
HSV(B)135.53º55.56%60%-
XYZ15.6224.7513.63-
YUV120.4110.8490.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=21.86%
G=49.20%
B=28.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68153900.5600.410.4135.5338.4643.33
Hex44995A380292888262b
Octal10423113270051502104653
Binary1000100100110011011010111000010100110100010001000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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