Html Css Color HEX #449D84 Gossamer

📋 copy color: '#449D84'

red 68 ◦ green 157 ◦ blue 132

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

Shades of Gossamer #449D84

Tints of Gossamer #449D84

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.98%

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 19.05%
G = 43.98%
B = 36.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#449D84 (or 0x449D84) is known color: Gossamer. HEX triplet: 44, 9D and 84. RGB value is (68,157,132). Sum of RGB (Red+Green+Blue) = 68+157+132=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #449D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D84 is #BB627B. Grayscale: #7F7F7F. Windows color (decimal): -12280444 or 8691012. OLE color: 8691012.

HSL color Cylindrical-coordinate representation of color #449D84: hue angle of 163.15º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D84 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 157 132 -
CMYK 0.57 0 0.16 0.38
HSL 163.15º 0.4% 0.44% -
HSV(B) 163.15º 0.57% 0.62% -
XYZ 18.61 27.01 26.06 -
YUV 127.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 68 157 132 0.57 0 0.16 0.38 163.15 0.4 0.44
Hex 44 9D 84 39 0 10 26 A3 28 2C
Octal 104 235 204 71 0 20 46 243 50 54
Binary 1000100 10011101 10000100 111001 0 10000 100110 10100011 101000 101100

Color Harmonies of #449D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D84

Black with #449D84

Text Example


Text Example

White with #449D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,157,132); }

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

background-color css

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

 a { background-color: rgb(68,157,132); }

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

border-color css

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

 span { border-color: rgb(68,157,132); }

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