Html Css Color HEX #449350 Chateau Green

📋 copy color: '#449350'

red 68 ◦ green 147 ◦ blue 80

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

Shades of Chateau Green #449350

Tints of Chateau Green #449350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.83%

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

R = 23.05%
G = 49.83%
B = 27.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#449350 (or 0x449350) is known color: Chateau Green. HEX triplet: 44, 93 and 50. RGB value is (68,147,80). Sum of RGB (Red+Green+Blue) = 68+147+80=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #449350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449350 is #BB6CAF. Grayscale: #737373. Windows color (decimal): -12283056 or 5280580. OLE color: 5280580.

HSL color Cylindrical-coordinate representation of color #449350: hue angle of 129.11º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449350 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 147 80 -
CMYK 0.54 0 0.46 0.42
HSL 129.11º 0.37% 0.42% -
HSV(B) 129.11º 0.54% 0.58% -
XYZ 14.27 22.68 11.21 -
YUV 115.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 68 147 80 0.54 0 0.46 0.42 129.11 0.37 0.42
Hex 44 93 50 36 0 2E 2A 81 25 2A
Octal 104 223 120 66 0 56 52 201 45 52
Binary 1000100 10010011 1010000 110110 0 101110 101010 10000001 100101 101010

Color Harmonies of #449350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449350

Black with #449350

Text Example


Text Example

White with #449350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449350; }

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

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

background-color css

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

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

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

border-color css

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

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

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