Html Css Color HEX #449250 Chateau Green

📋 copy color: '#449250'

red 68 ◦ green 146 ◦ blue 80

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

Shades of Chateau Green #449250

Tints of Chateau Green #449250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

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

R = 23.13%
G = 49.66%
B = 27.21%

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

#449250 (or 0x449250) is known color: Chateau Green. HEX triplet: 44, 92 and 50. RGB value is (68,146,80). Sum of RGB (Red+Green+Blue) = 68+146+80=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #449250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449250 is #BB6DAF. Grayscale: #737373. Windows color (decimal): -12283312 or 5280324. OLE color: 5280324.

HSL color Cylindrical-coordinate representation of color #449250: hue angle of 129.23º 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 #449250 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 146 80 -
CMYK 0.53 0 0.45 0.43
HSL 129.23º 0.36% 0.42% -
HSV(B) 129.23º 0.53% 0.57% -
XYZ 14.11 22.37 11.16 -
YUV 115.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 68 146 80 0.53 0 0.45 0.43 129.23 0.36 0.42
Hex 44 92 50 35 0 2D 2B 81 24 2A
Octal 104 222 120 65 0 55 53 201 44 52
Binary 1000100 10010010 1010000 110101 0 101101 101011 10000001 100100 101010

Color Harmonies of #449250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449250

Black with #449250

Text Example


Text Example

White with #449250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449250; }

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

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

background-color css

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

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

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

border-color css

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

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

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