Html Css Color HEX #449C7D Gossamer

📋 copy color: '#449C7D'

red 68 ◦ green 156 ◦ blue 125

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

Shades of Gossamer #449C7D

Tints of Gossamer #449C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.7%

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 19.48%
G = 44.7%
B = 35.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#449C7D (or 0x449C7D) is known color: Gossamer. HEX triplet: 44, 9C and 7D. RGB value is (68,156,125). Sum of RGB (Red+Green+Blue) = 68+156+125=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #449C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C7D is #BB6382. Grayscale: #7E7E7E. Windows color (decimal): -12280707 or 8232004. OLE color: 8232004.

HSL color Cylindrical-coordinate representation of color #449C7D: hue angle of 158.86º 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 #449C7D is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 125 -
CMYK 0.56 0 0.20 0.39
HSL 158.86º 0.39% 0.44% -
HSV(B) 158.86º 0.56% 0.61% -
XYZ 17.97 26.49 23.57 -
YUV 126.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 68 156 125 0.56 0 0.20 0.39 158.86 0.39 0.44
Hex 44 9C 7D 38 0 14 27 9F 27 2C
Octal 104 234 175 70 0 24 47 237 47 54
Binary 1000100 10011100 1111101 111000 0 10100 100111 10011111 100111 101100

Color Harmonies of #449C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C7D

Black with #449C7D

Text Example


Text Example

White with #449C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,156,125); }

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

background-color css

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

 a { background-color: rgb(68,156,125); }

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

border-color css

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

 span { border-color: rgb(68,156,125); }

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