Html Css Color HEX #449150 Chateau Green

📋 copy color: '#449150'

red 68 ◦ green 145 ◦ blue 80

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

Shades of Chateau Green #449150

Tints of Chateau Green #449150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.49%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 23.21%
G = 49.49%
B = 27.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#449150 (or 0x449150) is known color: Chateau Green. HEX triplet: 44, 91 and 50. RGB value is (68,145,80). Sum of RGB (Red+Green+Blue) = 68+145+80=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #449150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449150 is #BB6EAF. Grayscale: #727272. Windows color (decimal): -12283568 or 5280068. OLE color: 5280068.

HSL color Cylindrical-coordinate representation of color #449150: hue angle of 129.35º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449150 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 80 -
CMYK 0.53 0 0.45 0.43
HSL 129.35º 0.36% 0.42% -
HSV(B) 129.35º 0.53% 0.57% -
XYZ 13.96 22.06 11.11 -
YUV 114.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 68 145 80 0.53 0 0.45 0.43 129.35 0.36 0.42
Hex 44 91 50 35 0 2D 2B 81 24 2A
Octal 104 221 120 65 0 55 53 201 44 52
Binary 1000100 10010001 1010000 110101 0 101101 101011 10000001 100100 101010

Color Harmonies of #449150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449150

Black with #449150

Text Example


Text Example

White with #449150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449150; }

 p { color: rgb(68,145,80); }

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

background-color css

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

 a { background-color: rgb(68,145,80); }

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

border-color css

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

 span { border-color: rgb(68,145,80); }

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