#449052

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

Shades of Chateau Green #449052

Tints of Chateau Green #449052

Color information

#449052 (or 0x449052) is unknown color: approx Chateau Green. HEX triplet: 44, 90 and 52. RGB value is (68,144,82). Sum of RGB (Red+Green+Blue) = 68+144+82=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #449052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449052 is #BB6FAD. Grayscale: #727272. Windows color (decimal): -12283822 or 5410884. OLE color: 5410884.

HSL color Cylindrical-coordinate representation of color #449052: hue angle of 131.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449052 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB6814482-
CMYK0.5300.430.44
HSL131.05º35.85%41.57%-
HSV(B)131.05º52.78%56.47%-
XYZ13.8821.7811.46-
YUV114.21109.8295.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=23.13%
G=48.98%
B=27.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68144820.5300.430.44131.0535.8541.57
Hex4490523502B2C83242a
Octal10422012265053542034452
Binary1000100100100001010010110101010101110110010000011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449052; }

 p { color: rgb(68,144,82); }

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

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

 a { background-color: rgb(68,144,82); }

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

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

 span { border-color: rgb(68,144,82); }

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