Html Css Color HEX #449A66 Chateau Green

📋 copy color: '#449A66'

red 68 ◦ green 154 ◦ blue 102

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

Shades of Chateau Green #449A66

Tints of Chateau Green #449A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 20.99%
G = 47.53%
B = 31.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#449A66 (or 0x449A66) is known color: Chateau Green. HEX triplet: 44, 9A and 66. RGB value is (68,154,102). Sum of RGB (Red+Green+Blue) = 68+154+102=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #449A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A66 is #BB6599. Grayscale: #7A7A7A. Windows color (decimal): -12281242 or 6724164. OLE color: 6724164.

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

Color convert

RGB 68 154 102 -
CMYK 0.56 0 0.34 0.40
HSL 143.72º 0.39% 0.44% -
HSV(B) 143.72º 0.56% 0.6% -
XYZ 16.34 25.3 16.59 -
YUV 122.36 116.51 89.23 -
System Red Green Blue C M Y K H S L
Decimal 68 154 102 0.56 0 0.34 0.40 143.72 0.39 0.44
Hex 44 9A 66 38 0 22 28 90 27 2C
Octal 104 232 146 70 0 42 50 220 47 54
Binary 1000100 10011010 1100110 111000 0 100010 101000 10010000 100111 101100

Color Harmonies of #449A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A66

Black with #449A66

Text Example


Text Example

White with #449A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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