Html Css Color HEX #449A56 Chateau Green

📋 copy color: '#449A56'

red 68 ◦ green 154 ◦ blue 86

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

Shades of Chateau Green #449A56

Tints of Chateau Green #449A56

RGB

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

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

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

R = 22.08%
G = 50%
B = 27.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#449A56 (or 0x449A56) is known color: Chateau Green. HEX triplet: 44, 9A and 56. RGB value is (68,154,86). Sum of RGB (Red+Green+Blue) = 68+154+86=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #449A56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A56 is #BB65A9. Grayscale: #787878. Windows color (decimal): -12281258 or 5675588. OLE color: 5675588.

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

Color convert

RGB 68 154 86 -
CMYK 0.56 0 0.44 0.40
HSL 132.56º 0.39% 0.44% -
HSV(B) 132.56º 0.56% 0.6% -
XYZ 15.62 25.01 12.81 -
YUV 120.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 68 154 86 0.56 0 0.44 0.40 132.56 0.39 0.44
Hex 44 9A 56 38 0 2C 28 85 27 2C
Octal 104 232 126 70 0 54 50 205 47 54
Binary 1000100 10011010 1010110 111000 0 101100 101000 10000101 100111 101100

Color Harmonies of #449A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A56

Black with #449A56

Text Example


Text Example

White with #449A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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