Html Css Color HEX #389578 Gossamer

📋 copy color: '#389578'

red 56 ◦ green 149 ◦ blue 120

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

Shades of Gossamer #389578

Tints of Gossamer #389578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

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

R = 17.23%
G = 45.85%
B = 36.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#389578 (or 0x389578) is known color: Gossamer. HEX triplet: 38, 95 and 78. RGB value is (56,149,120). Sum of RGB (Red+Green+Blue) = 56+149+120=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #389578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389578 is #C76A87. Grayscale: #757575. Windows color (decimal): -13068936 or 7902520. OLE color: 7902520.

HSL color Cylindrical-coordinate representation of color #389578: hue angle of 161.29º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389578 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 120 -
CMYK 0.62 0 0.19 0.42
HSL 161.29º 0.45% 0.4% -
HSV(B) 161.29º 0.62% 0.58% -
XYZ 15.77 23.69 21.51 -
YUV 117.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 56 149 120 0.62 0 0.19 0.42 161.29 0.45 0.4
Hex 38 95 78 3E 0 13 2A A1 2D 28
Octal 70 225 170 76 0 23 52 241 55 50
Binary 111000 10010101 1111000 111110 0 10011 101010 10100001 101101 101000

Color Harmonies of #389578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389578

Black with #389578

Text Example


Text Example

White with #389578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389578; }

 p { color: rgb(56,149,120); }

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

background-color css

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

 a { background-color: rgb(56,149,120); }

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

border-color css

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

 span { border-color: rgb(56,149,120); }

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