Html Css Color HEX #449055 Chateau Green

📋 copy color: '#449055'

red 68 ◦ green 144 ◦ blue 85

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

Shades of Chateau Green #449055

Tints of Chateau Green #449055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 22.9%
G = 48.48%
B = 28.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#449055 (or 0x449055) is known color: Chateau Green. HEX triplet: 44, 90 and 55. RGB value is (68,144,85). Sum of RGB (Red+Green+Blue) = 68+144+85=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #449055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449055 is #BB6FAA. Grayscale: #727272. Windows color (decimal): -12283819 or 5607492. OLE color: 5607492.

HSL color Cylindrical-coordinate representation of color #449055: hue angle of 133.42º 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 #449055 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 85 -
CMYK 0.53 0 0.41 0.44
HSL 133.42º 0.36% 0.42% -
HSV(B) 133.42º 0.53% 0.56% -
XYZ 14 21.83 12.07 -
YUV 114.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 68 144 85 0.53 0 0.41 0.44 133.42 0.36 0.42
Hex 44 90 55 35 0 29 2C 85 24 2A
Octal 104 220 125 65 0 51 54 205 44 52
Binary 1000100 10010000 1010101 110101 0 101001 101100 10000101 100100 101010

Color Harmonies of #449055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449055

Black with #449055

Text Example


Text Example

White with #449055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449055; }

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

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

background-color css

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

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

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

border-color css

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

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

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