Html Css Color HEX #449A5F Chateau Green

📋 copy color: '#449A5F'

red 68 ◦ green 154 ◦ blue 95

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

Shades of Chateau Green #449A5F

Tints of Chateau Green #449A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 21.45%
G = 48.58%
B = 29.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#449A5F (or 0x449A5F) is known color: Chateau Green. HEX triplet: 44, 9A and 5F. RGB value is (68,154,95). Sum of RGB (Red+Green+Blue) = 68+154+95=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #449A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A5F is #BB65A0. Grayscale: #797979. Windows color (decimal): -12281249 or 6265412. OLE color: 6265412.

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

Color convert

RGB 68 154 95 -
CMYK 0.56 0 0.38 0.40
HSL 138.84º 0.39% 0.44% -
HSV(B) 138.84º 0.56% 0.6% -
XYZ 16.01 25.17 14.84 -
YUV 121.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 68 154 95 0.56 0 0.38 0.40 138.84 0.39 0.44
Hex 44 9A 5F 38 0 26 28 8B 27 2C
Octal 104 232 137 70 0 46 50 213 47 54
Binary 1000100 10011010 1011111 111000 0 100110 101000 10001011 100111 101100

Color Harmonies of #449A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A5F

Black with #449A5F

Text Example


Text Example

White with #449A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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