Html Css Color HEX #389B74 Gossamer

📋 copy color: '#389B74'

red 56 ◦ green 155 ◦ blue 116

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

Shades of Gossamer #389B74

Tints of Gossamer #389B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 17.13%
G = 47.4%
B = 35.47%

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

#389B74 (or 0x389B74) is known color: Gossamer. HEX triplet: 38, 9B and 74. RGB value is (56,155,116). Sum of RGB (Red+Green+Blue) = 56+155+116=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #389B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B74 is #C7648B. Grayscale: #797979. Windows color (decimal): -13067404 or 7641912. OLE color: 7641912.

HSL color Cylindrical-coordinate representation of color #389B74: hue angle of 156.36º 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 #389B74 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 155 116 -
CMYK 0.64 0 0.25 0.39
HSL 156.36º 0.47% 0.41% -
HSV(B) 156.36º 0.64% 0.61% -
XYZ 16.5 25.54 20.58 -
YUV 120.95 125.2 81.67 -
System Red Green Blue C M Y K H S L
Decimal 56 155 116 0.64 0 0.25 0.39 156.36 0.47 0.41
Hex 38 9B 74 40 0 19 27 9C 2F 29
Octal 70 233 164 100 0 31 47 234 57 51
Binary 111000 10011011 1110100 1000000 0 11001 100111 10011100 101111 101001

Color Harmonies of #389B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389B74

Black with #389B74

Text Example


Text Example

White with #389B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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