#449A5B

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

Shades of Chateau Green #449A5B

Tints of Chateau Green #449A5B

Color information

#449A5B (or 0x449A5B) is unknown color: approx Chateau Green. HEX triplet: 44, 9A and 5B. RGB value is (68,154,91). Sum of RGB (Red+Green+Blue) = 68+154+91=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #449A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A5B is #BB65A4. Grayscale: #797979. Windows color (decimal): -12281253 or 6003268. OLE color: 6003268.

HSL color Cylindrical-coordinate representation of color #449A5B: hue angle of 136.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A5B is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB6815491-
CMYK0.5600.410.40
HSL136.05º38.74%43.53%-
HSV(B)136.05º55.84%60.39%-
XYZ15.8325.113.91-
YUV121.1111.0190.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 154 (60.55% from 255) = 49.20%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=21.73%
G=49.20%
B=29.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68154910.5600.410.40136.0538.7443.53
Hex449A5B380292888272c
Octal10423213370051502104754
Binary1000100100110101011011111000010100110100010001000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449A5B; }

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

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

<style>
 a { background-color: #449A5B; }

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

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

<style>
 span { border-color: #449A5B; }

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

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