Html Css Color HEX #449160 Chateau Green

📋 copy color: '#449160'

red 68 ◦ green 145 ◦ blue 96

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

Shades of Chateau Green #449160

Tints of Chateau Green #449160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 22.01%
G = 46.93%
B = 31.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#449160 (or 0x449160) is known color: Chateau Green. HEX triplet: 44, 91 and 60. RGB value is (68,145,96). Sum of RGB (Red+Green+Blue) = 68+145+96=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #449160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449160 is #BB6E9F. Grayscale: #747474. Windows color (decimal): -12283552 or 6328644. OLE color: 6328644.

HSL color Cylindrical-coordinate representation of color #449160: hue angle of 141.82º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449160 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 96 -
CMYK 0.53 0 0.34 0.43
HSL 141.82º 0.36% 0.42% -
HSV(B) 141.82º 0.53% 0.57% -
XYZ 14.62 22.32 14.6 -
YUV 116.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 68 145 96 0.53 0 0.34 0.43 141.82 0.36 0.42
Hex 44 91 60 35 0 22 2B 8E 24 2A
Octal 104 221 140 65 0 42 53 216 44 52
Binary 1000100 10010001 1100000 110101 0 100010 101011 10001110 100100 101010

Color Harmonies of #449160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449160

Black with #449160

Text Example


Text Example

White with #449160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449160; }

 p { color: rgb(68,145,96); }

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

background-color css

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

 a { background-color: rgb(68,145,96); }

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

border-color css

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

 span { border-color: rgb(68,145,96); }

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