#449858

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

Shades of Chateau Green #449858

Tints of Chateau Green #449858

Color information

#449858 (or 0x449858) is unknown color: approx Chateau Green. HEX triplet: 44, 98 and 58. RGB value is (68,152,88). Sum of RGB (Red+Green+Blue) = 68+152+88=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #449858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449858 is #BB67A7. Grayscale: #777777. Windows color (decimal): -12281768 or 5806148. OLE color: 5806148.

HSL color Cylindrical-coordinate representation of color #449858: hue angle of 134.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449858 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB6815288-
CMYK0.5500.420.40
HSL134.29º38.18%43.14%-
HSV(B)134.29º55.26%59.61%-
XYZ15.3724.3913.13-
YUV119.59110.1791.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 152 (59.77% from 255) = 49.35%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=22.08%
G=49.35%
B=28.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68152880.5500.420.40134.2938.1843.14
Hex4498583702A2886262b
Octal10423013067052502064653
Binary1000100100110001011000110111010101010100010000110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449858; }

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

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

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

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

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

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

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

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