#449152

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

Shades of Chateau Green #449152

Tints of Chateau Green #449152

Color information

#449152 (or 0x449152) is unknown color: approx Chateau Green. HEX triplet: 44, 91 and 52. RGB value is (68,145,82). Sum of RGB (Red+Green+Blue) = 68+145+82=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #449152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449152 is #BB6EAD. Grayscale: #727272. Windows color (decimal): -12283566 or 5411140. OLE color: 5411140.

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

Color convert

RGB6814582-
CMYK0.5300.430.43
HSL130.91º36.15%41.76%-
HSV(B)130.91º53.1%56.86%-
XYZ14.0322.0911.51-
YUV114.8109.4994.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=23.05%
G=49.15%
B=27.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145820.5300.430.43130.9136.1541.76
Hex4491523502B2B83242a
Octal10422112265053532034452
Binary1000100100100011010010110101010101110101110000011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449152; }

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

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

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

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

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

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

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

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