#449358

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

Shades of Chateau Green #449358

Tints of Chateau Green #449358

Color information

#449358 (or 0x449358) is unknown color: approx Chateau Green. HEX triplet: 44, 93 and 58. RGB value is (68,147,88). Sum of RGB (Red+Green+Blue) = 68+147+88=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #449358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449358 is #BB6CA7. Grayscale: #747474. Windows color (decimal): -12283048 or 5804868. OLE color: 5804868.

HSL color Cylindrical-coordinate representation of color #449358: hue angle of 135.19º 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 #449358 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB6814788-
CMYK0.5400.400.42
HSL135.19º36.74%42.16%-
HSV(B)135.19º53.74%57.65%-
XYZ14.5822.812.87-
YUV116.65111.8393.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=22.44%
G=48.51%
B=29.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147880.5400.400.42135.1936.7442.16
Hex449358360282A87252a
Octal10422313066050522074552
Binary1000100100100111011000110110010100010101010000111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449358; }

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

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

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

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

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

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

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

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