Html Css Color HEX #449B56 Chateau Green

📋 copy color: '#449B56'

red 68 ◦ green 155 ◦ blue 86

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

Shades of Chateau Green #449B56

Tints of Chateau Green #449B56

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.16%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 22.01%
G = 50.16%
B = 27.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#449B56 (or 0x449B56) is known color: Chateau Green. HEX triplet: 44, 9B and 56. RGB value is (68,155,86). Sum of RGB (Red+Green+Blue) = 68+155+86=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #449B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B56 is #BB64A9. Grayscale: #797979. Windows color (decimal): -12281002 or 5675844. OLE color: 5675844.

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

Color convert

RGB 68 155 86 -
CMYK 0.56 0 0.45 0.39
HSL 132.41º 0.39% 0.44% -
HSV(B) 132.41º 0.56% 0.61% -
XYZ 15.78 25.34 12.86 -
YUV 121.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 68 155 86 0.56 0 0.45 0.39 132.41 0.39 0.44
Hex 44 9B 56 38 0 2D 27 84 27 2C
Octal 104 233 126 70 0 55 47 204 47 54
Binary 1000100 10011011 1010110 111000 0 101101 100111 10000100 100111 101100

Color Harmonies of #449B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B56

Black with #449B56

Text Example


Text Example

White with #449B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,155,86); }

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

background-color css

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

 a { background-color: rgb(68,155,86); }

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

border-color css

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

 span { border-color: rgb(68,155,86); }

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