Html Css Color HEX #449A60 Chateau Green

📋 copy color: '#449A60'

red 68 ◦ green 154 ◦ blue 96

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

Shades of Chateau Green #449A60

Tints of Chateau Green #449A60

RGB

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

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

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

R = 21.38%
G = 48.43%
B = 30.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#449A60 (or 0x449A60) is known color: Chateau Green. HEX triplet: 44, 9A and 60. RGB value is (68,154,96). Sum of RGB (Red+Green+Blue) = 68+154+96=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #449A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A60 is #BB659F. Grayscale: #797979. Windows color (decimal): -12281248 or 6330948. OLE color: 6330948.

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

Color convert

RGB 68 154 96 -
CMYK 0.56 0 0.38 0.40
HSL 139.53º 0.39% 0.44% -
HSV(B) 139.53º 0.56% 0.6% -
XYZ 16.05 25.18 15.08 -
YUV 121.67 113.51 89.72 -
System Red Green Blue C M Y K H S L
Decimal 68 154 96 0.56 0 0.38 0.40 139.53 0.39 0.44
Hex 44 9A 60 38 0 26 28 8C 27 2C
Octal 104 232 140 70 0 46 50 214 47 54
Binary 1000100 10011010 1100000 111000 0 100110 101000 10001100 100111 101100

Color Harmonies of #449A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A60

Black with #449A60

Text Example


Text Example

White with #449A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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