Html Css Color HEX #449053 Chateau Green

📋 copy color: '#449053'

red 68 ◦ green 144 ◦ blue 83

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

Shades of Chateau Green #449053

Tints of Chateau Green #449053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.81%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 23.05%
G = 48.81%
B = 28.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#449053 (or 0x449053) is known color: Chateau Green. HEX triplet: 44, 90 and 53. RGB value is (68,144,83). Sum of RGB (Red+Green+Blue) = 68+144+83=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #449053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449053 is #BB6FAC. Grayscale: #727272. Windows color (decimal): -12283821 or 5476420. OLE color: 5476420.

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

Color convert

RGB 68 144 83 -
CMYK 0.53 0 0.42 0.44
HSL 131.84º 0.36% 0.42% -
HSV(B) 131.84º 0.53% 0.56% -
XYZ 13.92 21.8 11.66 -
YUV 114.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 68 144 83 0.53 0 0.42 0.44 131.84 0.36 0.42
Hex 44 90 53 35 0 2A 2C 84 24 2A
Octal 104 220 123 65 0 52 54 204 44 52
Binary 1000100 10010000 1010011 110101 0 101010 101100 10000100 100100 101010

Color Harmonies of #449053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449053

Black with #449053

Text Example


Text Example

White with #449053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449053; }

 p { color: rgb(68,144,83); }

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

background-color css

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

 a { background-color: rgb(68,144,83); }

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

border-color css

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

 span { border-color: rgb(68,144,83); }

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