Html Css Color HEX #449F5A Chateau Green

📋 copy color: '#449F5A'

red 68 ◦ green 159 ◦ blue 90

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

Shades of Chateau Green #449F5A

Tints of Chateau Green #449F5A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.16%

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 21.45%
G = 50.16%
B = 28.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#449F5A (or 0x449F5A) is known color: Chateau Green. HEX triplet: 44, 9F and 5A. RGB value is (68,159,90). Sum of RGB (Red+Green+Blue) = 68+159+90=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #449F5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F5A is #BB60A5. Grayscale: #7C7C7C. Windows color (decimal): -12279974 or 5939012. OLE color: 5939012.

HSL color Cylindrical-coordinate representation of color #449F5A: hue angle of 134.51º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F5A is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 90 -
CMYK 0.57 0 0.43 0.38
HSL 134.51º 0.4% 0.45% -
HSV(B) 134.51º 0.57% 0.62% -
XYZ 16.63 26.76 13.96 -
YUV 123.93 108.85 88.11 -
System Red Green Blue C M Y K H S L
Decimal 68 159 90 0.57 0 0.43 0.38 134.51 0.4 0.45
Hex 44 9F 5A 39 0 2B 26 87 28 2D
Octal 104 237 132 71 0 53 46 207 50 55
Binary 1000100 10011111 1011010 111001 0 101011 100110 10000111 101000 101101

Color Harmonies of #449F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F5A

Black with #449F5A

Text Example


Text Example

White with #449F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,90); }

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

background-color css

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

 a { background-color: rgb(68,159,90); }

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

border-color css

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

 span { border-color: rgb(68,159,90); }

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