Html Css Color HEX #389B75 Gossamer

📋 copy color: '#389B75'

red 56 ◦ green 155 ◦ blue 117

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

Shades of Gossamer #389B75

Tints of Gossamer #389B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 17.07%
G = 47.26%
B = 35.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#389B75 (or 0x389B75) is known color: Gossamer. HEX triplet: 38, 9B and 75. RGB value is (56,155,117). Sum of RGB (Red+Green+Blue) = 56+155+117=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #389B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B75 is #C7648A. Grayscale: #797979. Windows color (decimal): -13067403 or 7707448. OLE color: 7707448.

HSL color Cylindrical-coordinate representation of color #389B75: hue angle of 156.97º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B75 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 155 117 -
CMYK 0.64 0 0.25 0.39
HSL 156.97º 0.47% 0.41% -
HSV(B) 156.97º 0.64% 0.61% -
XYZ 16.56 25.57 20.89 -
YUV 121.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 56 155 117 0.64 0 0.25 0.39 156.97 0.47 0.41
Hex 38 9B 75 40 0 19 27 9D 2F 29
Octal 70 233 165 100 0 31 47 235 57 51
Binary 111000 10011011 1110101 1000000 0 11001 100111 10011101 101111 101001

Color Harmonies of #389B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389B75

Black with #389B75

Text Example


Text Example

White with #389B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389B75; }

 p { color: rgb(56,155,117); }

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

background-color css

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

 a { background-color: rgb(56,155,117); }

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

border-color css

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

 span { border-color: rgb(56,155,117); }

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