Html Css Color HEX #449060 Chateau Green

📋 copy color: '#449060'

red 68 ◦ green 144 ◦ blue 96

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

Shades of Chateau Green #449060

Tints of Chateau Green #449060

RGB

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

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

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

R = 22.08%
G = 46.75%
B = 31.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#449060 (or 0x449060) is known color: Chateau Green. HEX triplet: 44, 90 and 60. RGB value is (68,144,96). Sum of RGB (Red+Green+Blue) = 68+144+96=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #449060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449060 is #BB6F9F. Grayscale: #737373. Windows color (decimal): -12283808 or 6328388. OLE color: 6328388.

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

Color convert

RGB 68 144 96 -
CMYK 0.53 0 0.33 0.44
HSL 142.11º 0.36% 0.42% -
HSV(B) 142.11º 0.53% 0.56% -
XYZ 14.47 22.02 14.55 -
YUV 115.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 68 144 96 0.53 0 0.33 0.44 142.11 0.36 0.42
Hex 44 90 60 35 0 21 2C 8E 24 2A
Octal 104 220 140 65 0 41 54 216 44 52
Binary 1000100 10010000 1100000 110101 0 100001 101100 10001110 100100 101010

Color Harmonies of #449060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449060

Black with #449060

Text Example


Text Example

White with #449060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449060; }

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

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

background-color css

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

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

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

border-color css

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

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

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