Html Css Color HEX #449A5B Chateau Green

📋 copy color: '#449A5B'

red 68 ◦ green 154 ◦ blue 91

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

Shades of Chateau Green #449A5B

Tints of Chateau Green #449A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 21.73%
G = 49.2%
B = 29.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#449A5B (or 0x449A5B) is known color: Chateau Green. HEX triplet: 44, 9A and 5B. RGB value is (68,154,91). Sum of RGB (Red+Green+Blue) = 68+154+91=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #449A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A5B is #BB65A4. Grayscale: #797979. Windows color (decimal): -12281253 or 6003268. OLE color: 6003268.

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

Color convert

RGB 68 154 91 -
CMYK 0.56 0 0.41 0.40
HSL 136.05º 0.39% 0.44% -
HSV(B) 136.05º 0.56% 0.6% -
XYZ 15.83 25.1 13.91 -
YUV 121.1 111.01 90.12 -
System Red Green Blue C M Y K H S L
Decimal 68 154 91 0.56 0 0.41 0.40 136.05 0.39 0.44
Hex 44 9A 5B 38 0 29 28 88 27 2C
Octal 104 232 133 70 0 51 50 210 47 54
Binary 1000100 10011010 1011011 111000 0 101001 101000 10001000 100111 101100

Color Harmonies of #449A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A5B

Black with #449A5B

Text Example


Text Example

White with #449A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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