Html Css Color HEX #449D83 Gossamer

📋 copy color: '#449D83'

red 68 ◦ green 157 ◦ blue 131

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

Shades of Gossamer #449D83

Tints of Gossamer #449D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 19.1%
G = 44.1%
B = 36.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#449D83 (or 0x449D83) is known color: Gossamer. HEX triplet: 44, 9D and 83. RGB value is (68,157,131). Sum of RGB (Red+Green+Blue) = 68+157+131=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #449D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D83 is #BB627C. Grayscale: #7F7F7F. Windows color (decimal): -12280445 or 8625476. OLE color: 8625476.

HSL color Cylindrical-coordinate representation of color #449D83: hue angle of 162.47º 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 #449D83 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 157 131 -
CMYK 0.57 0 0.17 0.38
HSL 162.47º 0.4% 0.44% -
HSV(B) 162.47º 0.57% 0.62% -
XYZ 18.54 26.98 25.7 -
YUV 127.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 68 157 131 0.57 0 0.17 0.38 162.47 0.4 0.44
Hex 44 9D 83 39 0 11 26 A2 28 2C
Octal 104 235 203 71 0 21 46 242 50 54
Binary 1000100 10011101 10000011 111001 0 10001 100110 10100010 101000 101100

Color Harmonies of #449D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D83

Black with #449D83

Text Example


Text Example

White with #449D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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