Html Css Color HEX #389079 Gossamer

📋 copy color: '#389079'

red 56 ◦ green 144 ◦ blue 121

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

Shades of Gossamer #389079

Tints of Gossamer #389079

RGB

 RED value IS 56 (22.27% from 255) = 17.45%

 GREEN value IS 144 (56.64% from 255) = 44.86%

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 17.45%
G = 44.86%
B = 37.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#389079 (or 0x389079) is known color: Gossamer. HEX triplet: 38, 90 and 79. RGB value is (56,144,121). Sum of RGB (Red+Green+Blue) = 56+144+121=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #389079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389079 is #C76F86. Grayscale: #737373. Windows color (decimal): -13070215 or 7966776. OLE color: 7966776.

HSL color Cylindrical-coordinate representation of color #389079: hue angle of 164.32º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389079 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 121 -
CMYK 0.61 0 0.16 0.44
HSL 164.32º 0.44% 0.39% -
HSV(B) 164.32º 0.61% 0.56% -
XYZ 15.06 22.17 21.57 -
YUV 115.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 56 144 121 0.61 0 0.16 0.44 164.32 0.44 0.39
Hex 38 90 79 3D 0 10 2C A4 2C 27
Octal 70 220 171 75 0 20 54 244 54 47
Binary 111000 10010000 1111001 111101 0 10000 101100 10100100 101100 100111

Color Harmonies of #389079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389079

Black with #389079

Text Example


Text Example

White with #389079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389079; }

 p { color: rgb(56,144,121); }

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

background-color css

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

 a { background-color: rgb(56,144,121); }

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

border-color css

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

 span { border-color: rgb(56,144,121); }

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