Html Css Color HEX #449552 Chateau Green

📋 copy color: '#449552'

red 68 ◦ green 149 ◦ blue 82

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

Shades of Chateau Green #449552

Tints of Chateau Green #449552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 22.74%
G = 49.83%
B = 27.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#449552 (or 0x449552) is known color: Chateau Green. HEX triplet: 44, 95 and 52. RGB value is (68,149,82). Sum of RGB (Red+Green+Blue) = 68+149+82=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #449552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449552 is #BB6AAD. Grayscale: #757575. Windows color (decimal): -12282542 or 5412164. OLE color: 5412164.

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

Color convert

RGB 68 149 82 -
CMYK 0.54 0 0.45 0.42
HSL 130.37º 0.37% 0.43% -
HSV(B) 130.37º 0.54% 0.58% -
XYZ 14.65 23.33 11.71 -
YUV 117.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 68 149 82 0.54 0 0.45 0.42 130.37 0.37 0.43
Hex 44 95 52 36 0 2D 2A 82 25 2B
Octal 104 225 122 66 0 55 52 202 45 53
Binary 1000100 10010101 1010010 110110 0 101101 101010 10000010 100101 101011

Color Harmonies of #449552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449552

Black with #449552

Text Example


Text Example

White with #449552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449552; }

 p { color: rgb(68,149,82); }

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

background-color css

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

 a { background-color: rgb(68,149,82); }

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

border-color css

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

 span { border-color: rgb(68,149,82); }

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