Html Css Color HEX #449655 Chateau Green

📋 copy color: '#449655'

red 68 ◦ green 150 ◦ blue 85

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

Shades of Chateau Green #449655

Tints of Chateau Green #449655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

 BLUE value IS 85 (33.59% from 255) = 28.05%

R = 22.44%
G = 49.5%
B = 28.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#449655 (or 0x449655) is known color: Chateau Green. HEX triplet: 44, 96 and 55. RGB value is (68,150,85). Sum of RGB (Red+Green+Blue) = 68+150+85=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #449655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449655 is #BB69AA. Grayscale: #767676. Windows color (decimal): -12282283 or 5609028. OLE color: 5609028.

HSL color Cylindrical-coordinate representation of color #449655: hue angle of 132.44º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449655 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 85 -
CMYK 0.55 0 0.43 0.41
HSL 132.44º 0.38% 0.43% -
HSV(B) 132.44º 0.55% 0.59% -
XYZ 14.93 23.7 12.38 -
YUV 118.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 68 150 85 0.55 0 0.43 0.41 132.44 0.38 0.43
Hex 44 96 55 37 0 2B 29 84 26 2B
Octal 104 226 125 67 0 53 51 204 46 53
Binary 1000100 10010110 1010101 110111 0 101011 101001 10000100 100110 101011

Color Harmonies of #449655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449655

Black with #449655

Text Example


Text Example

White with #449655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449655; }

 p { color: rgb(68,150,85); }

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

background-color css

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

 a { background-color: rgb(68,150,85); }

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

border-color css

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

 span { border-color: rgb(68,150,85); }

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