Html Css Color HEX #449B78 Gossamer

📋 copy color: '#449B78'

red 68 ◦ green 155 ◦ blue 120

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

Shades of Gossamer #449B78

Tints of Gossamer #449B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 19.83%
G = 45.19%
B = 34.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#449B78 (or 0x449B78) is known color: Gossamer. HEX triplet: 44, 9B and 78. RGB value is (68,155,120). Sum of RGB (Red+Green+Blue) = 68+155+120=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #449B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B78 is #BB6487. Grayscale: #7D7D7D. Windows color (decimal): -12280968 or 7904068. OLE color: 7904068.

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

Color convert

RGB 68 155 120 -
CMYK 0.56 0 0.23 0.39
HSL 155.86º 0.39% 0.44% -
HSV(B) 155.86º 0.56% 0.61% -
XYZ 17.5 26.03 21.87 -
YUV 125 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 68 155 120 0.56 0 0.23 0.39 155.86 0.39 0.44
Hex 44 9B 78 38 0 17 27 9C 27 2C
Octal 104 233 170 70 0 27 47 234 47 54
Binary 1000100 10011011 1111000 111000 0 10111 100111 10011100 100111 101100

Color Harmonies of #449B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B78

Black with #449B78

Text Example


Text Example

White with #449B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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