Html Css Color HEX #449050 Chateau Green

📋 copy color: '#449050'

red 68 ◦ green 144 ◦ blue 80

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

Shades of Chateau Green #449050

Tints of Chateau Green #449050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 23.29%
G = 49.32%
B = 27.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#449050 (or 0x449050) is known color: Chateau Green. HEX triplet: 44, 90 and 50. RGB value is (68,144,80). Sum of RGB (Red+Green+Blue) = 68+144+80=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #449050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449050 is #BB6FAF. Grayscale: #727272. Windows color (decimal): -12283824 or 5279812. OLE color: 5279812.

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

Color convert

RGB 68 144 80 -
CMYK 0.53 0 0.44 0.44
HSL 129.47º 0.36% 0.42% -
HSV(B) 129.47º 0.53% 0.56% -
XYZ 13.81 21.75 11.06 -
YUV 113.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 68 144 80 0.53 0 0.44 0.44 129.47 0.36 0.42
Hex 44 90 50 35 0 2C 2C 81 24 2A
Octal 104 220 120 65 0 54 54 201 44 52
Binary 1000100 10010000 1010000 110101 0 101100 101100 10000001 100100 101010

Color Harmonies of #449050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449050

Black with #449050

Text Example


Text Example

White with #449050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449050; }

 p { color: rgb(68,144,80); }

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

background-color css

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

 a { background-color: rgb(68,144,80); }

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

border-color css

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

 span { border-color: rgb(68,144,80); }

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