#449362

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

Shades of Chateau Green #449362

Tints of Chateau Green #449362

Color information

#449362 (or 0x449362) is unknown color: approx Chateau Green. HEX triplet: 44, 93 and 62. RGB value is (68,147,98). Sum of RGB (Red+Green+Blue) = 68+147+98=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #449362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449362 is #BB6C9D. Grayscale: #757575. Windows color (decimal): -12283038 or 6460228. OLE color: 6460228.

HSL color Cylindrical-coordinate representation of color #449362: hue angle of 142.78º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449362 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB6814798-
CMYK0.5400.330.42
HSL142.78º36.74%42.16%-
HSV(B)142.78º53.74%57.65%-
XYZ15.0222.9815.2-
YUV117.79116.8392.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=21.73%
G=46.96%
B=31.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147980.5400.330.42142.7836.7442.16
Hex449362360212A8f252a
Octal10422314266041522174552
Binary1000100100100111100010110110010000110101010001111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449362; }

 p { color: rgb(68,147,98); }

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

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

 a { background-color: rgb(68,147,98); }

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

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

 span { border-color: rgb(68,147,98); }

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