Html Css Color HEX #449B55 Chateau Green

📋 copy color: '#449B55'

red 68 ◦ green 155 ◦ blue 85

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

Shades of Chateau Green #449B55

Tints of Chateau Green #449B55

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.32%

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

R = 22.08%
G = 50.32%
B = 27.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#449B55 (or 0x449B55) is known color: Chateau Green. HEX triplet: 44, 9B and 55. RGB value is (68,155,85). Sum of RGB (Red+Green+Blue) = 68+155+85=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #449B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B55 is #BB64AA. Grayscale: #797979. Windows color (decimal): -12281003 or 5610308. OLE color: 5610308.

HSL color Cylindrical-coordinate representation of color #449B55: hue angle of 131.72º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B55 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 85 -
CMYK 0.56 0 0.45 0.39
HSL 131.72º 0.39% 0.44% -
HSV(B) 131.72º 0.56% 0.61% -
XYZ 15.74 25.33 12.65 -
YUV 121.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 68 155 85 0.56 0 0.45 0.39 131.72 0.39 0.44
Hex 44 9B 55 38 0 2D 27 84 27 2C
Octal 104 233 125 70 0 55 47 204 47 54
Binary 1000100 10011011 1010101 111000 0 101101 100111 10000100 100111 101100

Color Harmonies of #449B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B55

Black with #449B55

Text Example


Text Example

White with #449B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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