Html Css Color HEX #449982 Gossamer

📋 copy color: '#449982'

red 68 ◦ green 153 ◦ blue 130

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

Shades of Gossamer #449982

Tints of Gossamer #449982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

 BLUE value IS 130 (51.17% from 255) = 37.04%

R = 19.37%
G = 43.59%
B = 37.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#449982 (or 0x449982) is known color: Gossamer. HEX triplet: 44, 99 and 82. RGB value is (68,153,130). Sum of RGB (Red+Green+Blue) = 68+153+130=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #449982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449982 is #BB667D. Grayscale: #7C7C7C. Windows color (decimal): -12281470 or 8558916. OLE color: 8558916.

HSL color Cylindrical-coordinate representation of color #449982: hue angle of 163.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449982 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 153 130 -
CMYK 0.56 0 0.15 0.4
HSL 163.76º 0.38% 0.43% -
HSV(B) 163.76º 0.56% 0.6% -
XYZ 17.8 25.62 25.13 -
YUV 124.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 68 153 130 0.56 0 0.15 0.4 163.76 0.38 0.43
Hex 44 99 82 38 0 F 28 A4 26 2B
Octal 104 231 202 70 0 17 50 244 46 53
Binary 1000100 10011001 10000010 111000 0 1111 101000 10100100 100110 101011

Color Harmonies of #449982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449982

Black with #449982

Text Example


Text Example

White with #449982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449982; }

 p { color: rgb(68,153,130); }

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

background-color css

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

 a { background-color: rgb(68,153,130); }

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

border-color css

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

 span { border-color: rgb(68,153,130); }

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