#44985C

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

Shades of Chateau Green #44985C

Tints of Chateau Green #44985C

Color information

#44985C (or 0x44985C) is unknown color: approx Chateau Green. HEX triplet: 44, 98 and 5C. RGB value is (68,152,92). Sum of RGB (Red+Green+Blue) = 68+152+92=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #44985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44985C is #BB67A3. Grayscale: #787878. Windows color (decimal): -12281764 or 6068292. OLE color: 6068292.

HSL color Cylindrical-coordinate representation of color #44985C: hue angle of 137.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44985C is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB6815292-
CMYK0.5500.390.40
HSL137.14º38.18%43.14%-
HSV(B)137.14º55.26%59.61%-
XYZ15.5424.4614.03-
YUV120.04112.1790.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=21.79%
G=48.72%
B=29.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68152920.5500.390.40137.1438.1843.14
Hex44985C370272889262b
Octal10423013467047502114653
Binary1000100100110001011100110111010011110100010001001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44985C; }

 p { color: rgb(68,152,92); }

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

<style>
 a { background-color: #44985C; }

 a { background-color: rgb(68,152,92); }

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

<style>
 span { border-color: #44985C; }

 span { border-color: rgb(68,152,92); }

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