#449252

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

Shades of Chateau Green #449252

Tints of Chateau Green #449252

Color information

#449252 (or 0x449252) is unknown color: approx Chateau Green. HEX triplet: 44, 92 and 52. RGB value is (68,146,82). Sum of RGB (Red+Green+Blue) = 68+146+82=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #449252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449252 is #BB6DAD. Grayscale: #737373. Windows color (decimal): -12283310 or 5411396. OLE color: 5411396.

HSL color Cylindrical-coordinate representation of color #449252: hue angle of 130.77º 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 #449252 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB6814682-
CMYK0.5300.440.43
HSL130.77º36.45%41.96%-
HSV(B)130.77º53.42%57.25%-
XYZ14.1922.411.56-
YUV115.38109.1694.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=22.97%
G=49.32%
B=27.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146820.5300.440.43130.7736.4541.96
Hex4492523502C2B83242a
Octal10422212265054532034452
Binary1000100100100101010010110101010110010101110000011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449252; }

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

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

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

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

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

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

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

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