Html Css Color HEX #449C55 Chateau Green

📋 copy color: '#449C55'

red 68 ◦ green 156 ◦ blue 85

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

Shades of Chateau Green #449C55

Tints of Chateau Green #449C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.49%

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

R = 22.01%
G = 50.49%
B = 27.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#449C55 (or 0x449C55) is known color: Chateau Green. HEX triplet: 44, 9C and 55. RGB value is (68,156,85). Sum of RGB (Red+Green+Blue) = 68+156+85=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #449C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C55 is #BB63AA. Grayscale: #797979. Windows color (decimal): -12280747 or 5610564. OLE color: 5610564.

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

Color convert

RGB 68 156 85 -
CMYK 0.56 0 0.46 0.39
HSL 131.59º 0.39% 0.44% -
HSV(B) 131.59º 0.56% 0.61% -
XYZ 15.91 25.66 12.71 -
YUV 121.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 68 156 85 0.56 0 0.46 0.39 131.59 0.39 0.44
Hex 44 9C 55 38 0 2E 27 84 27 2C
Octal 104 234 125 70 0 56 47 204 47 54
Binary 1000100 10011100 1010101 111000 0 101110 100111 10000100 100111 101100

Color Harmonies of #449C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C55

Black with #449C55

Text Example


Text Example

White with #449C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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