Html Css Color HEX #449A63 Chateau Green

📋 copy color: '#449A63'

red 68 ◦ green 154 ◦ blue 99

#449A63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #449A63

Tints of Chateau Green #449A63

RGB

 RED value IS 68 (26.95% from 255) = 21.18%

 GREEN value IS 154 (60.55% from 255) = 47.98%

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 21.18%
G = 47.98%
B = 30.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#449A63 (or 0x449A63) is known color: Chateau Green. HEX triplet: 44, 9A and 63. RGB value is (68,154,99). Sum of RGB (Red+Green+Blue) = 68+154+99=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #449A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A63 is #BB659C. Grayscale: #7A7A7A. Windows color (decimal): -12281245 or 6527556. OLE color: 6527556.

HSL color Cylindrical-coordinate representation of color #449A63: hue angle of 141.63º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A63 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 99 -
CMYK 0.56 0 0.36 0.40
HSL 141.63º 0.39% 0.44% -
HSV(B) 141.63º 0.56% 0.6% -
XYZ 16.19 25.24 15.82 -
YUV 122.02 115.01 89.47 -
System Red Green Blue C M Y K H S L
Decimal 68 154 99 0.56 0 0.36 0.40 141.63 0.39 0.44
Hex 44 9A 63 38 0 24 28 8E 27 2C
Octal 104 232 143 70 0 44 50 216 47 54
Binary 1000100 10011010 1100011 111000 0 100100 101000 10001110 100111 101100

Color Harmonies of #449A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A63

Black with #449A63

Text Example


Text Example

White with #449A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A63; }

 p { color: rgb(68,154,99); }

 H1.HeaderClassName
 {
   color: #449A63;
 }
 .AnyTagClassName
 {
   color: #449A63;
 }
</style>

background-color css

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

 a { background-color: rgb(68,154,99); }

 div.DivClassName
 {
   background-color: #449A63;
 }
 .BgClassName
 {
   background-color: #449A63;
 }
</style>

border-color css

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

 span { border-color: rgb(68,154,99); }

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