Html Css Color HEX #449056 Chateau Green

📋 copy color: '#449056'

red 68 ◦ green 144 ◦ blue 86

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

Shades of Chateau Green #449056

Tints of Chateau Green #449056

RGB

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

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

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

R = 22.82%
G = 48.32%
B = 28.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#449056 (or 0x449056) is known color: Chateau Green. HEX triplet: 44, 90 and 56. RGB value is (68,144,86). Sum of RGB (Red+Green+Blue) = 68+144+86=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #449056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449056 is #BB6FA9. Grayscale: #727272. Windows color (decimal): -12283818 or 5673028. OLE color: 5673028.

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

Color convert

RGB 68 144 86 -
CMYK 0.53 0 0.40 0.44
HSL 134.21º 0.36% 0.42% -
HSV(B) 134.21º 0.53% 0.56% -
XYZ 14.04 21.85 12.28 -
YUV 114.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 68 144 86 0.53 0 0.40 0.44 134.21 0.36 0.42
Hex 44 90 56 35 0 28 2C 86 24 2A
Octal 104 220 126 65 0 50 54 206 44 52
Binary 1000100 10010000 1010110 110101 0 101000 101100 10000110 100100 101010

Color Harmonies of #449056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449056

Black with #449056

Text Example


Text Example

White with #449056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449056; }

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

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

background-color css

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

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

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

border-color css

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

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

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