Html Css Color HEX #449A5C Chateau Green

📋 copy color: '#449A5C'

red 68 ◦ green 154 ◦ blue 92

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

Shades of Chateau Green #449A5C

Tints of Chateau Green #449A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 21.66%
G = 49.04%
B = 29.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#449A5C (or 0x449A5C) is known color: Chateau Green. HEX triplet: 44, 9A and 5C. RGB value is (68,154,92). Sum of RGB (Red+Green+Blue) = 68+154+92=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #449A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A5C is #BB65A3. Grayscale: #797979. Windows color (decimal): -12281252 or 6068804. OLE color: 6068804.

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

Color convert

RGB 68 154 92 -
CMYK 0.56 0 0.40 0.40
HSL 136.74º 0.39% 0.44% -
HSV(B) 136.74º 0.56% 0.6% -
XYZ 15.87 25.11 14.14 -
YUV 121.22 111.51 90.04 -
System Red Green Blue C M Y K H S L
Decimal 68 154 92 0.56 0 0.40 0.40 136.74 0.39 0.44
Hex 44 9A 5C 38 0 28 28 89 27 2C
Octal 104 232 134 70 0 50 50 211 47 54
Binary 1000100 10011010 1011100 111000 0 101000 101000 10001001 100111 101100

Color Harmonies of #449A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A5C

Black with #449A5C

Text Example


Text Example

White with #449A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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