Html Css Color HEX #449A64 Chateau Green

📋 copy color: '#449A64'

red 68 ◦ green 154 ◦ blue 100

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

Shades of Chateau Green #449A64

Tints of Chateau Green #449A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 21.12%
G = 47.83%
B = 31.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#449A64 (or 0x449A64) is known color: Chateau Green. HEX triplet: 44, 9A and 64. RGB value is (68,154,100). Sum of RGB (Red+Green+Blue) = 68+154+100=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #449A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A64 is #BB659B. Grayscale: #7A7A7A. Windows color (decimal): -12281244 or 6593092. OLE color: 6593092.

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

Color convert

RGB 68 154 100 -
CMYK 0.56 0 0.35 0.40
HSL 142.33º 0.39% 0.44% -
HSV(B) 142.33º 0.56% 0.6% -
XYZ 16.24 25.26 16.08 -
YUV 122.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 68 154 100 0.56 0 0.35 0.40 142.33 0.39 0.44
Hex 44 9A 64 38 0 23 28 8E 27 2C
Octal 104 232 144 70 0 43 50 216 47 54
Binary 1000100 10011010 1100100 111000 0 100011 101000 10001110 100111 101100

Color Harmonies of #449A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A64

Black with #449A64

Text Example


Text Example

White with #449A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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