Html Css Color HEX #449A5D Chateau Green

📋 copy color: '#449A5D'

red 68 ◦ green 154 ◦ blue 93

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

Shades of Chateau Green #449A5D

Tints of Chateau Green #449A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 21.59%
G = 48.89%
B = 29.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#449A5D (or 0x449A5D) is known color: Chateau Green. HEX triplet: 44, 9A and 5D. RGB value is (68,154,93). Sum of RGB (Red+Green+Blue) = 68+154+93=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #449A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A5D is #BB65A2. Grayscale: #797979. Windows color (decimal): -12281251 or 6134340. OLE color: 6134340.

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

Color convert

RGB 68 154 93 -
CMYK 0.56 0 0.40 0.40
HSL 137.44º 0.39% 0.44% -
HSV(B) 137.44º 0.56% 0.6% -
XYZ 15.92 25.13 14.37 -
YUV 121.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 68 154 93 0.56 0 0.40 0.40 137.44 0.39 0.44
Hex 44 9A 5D 38 0 28 28 89 27 2C
Octal 104 232 135 70 0 50 50 211 47 54
Binary 1000100 10011010 1011101 111000 0 101000 101000 10001001 100111 101100

Color Harmonies of #449A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A5D

Black with #449A5D

Text Example


Text Example

White with #449A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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