Html Css Color HEX #389D92 Gossamer

📋 copy color: '#389D92'

red 56 ◦ green 157 ◦ blue 146

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

Shades of Gossamer #389D92

Tints of Gossamer #389D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 15.6%
G = 43.73%
B = 40.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#389D92 (or 0x389D92) is known color: Gossamer. HEX triplet: 38, 9D and 92. RGB value is (56,157,146). Sum of RGB (Red+Green+Blue) = 56+157+146=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #389D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389D92 is #C7626D. Grayscale: #7D7D7D. Windows color (decimal): -13066862 or 9608504. OLE color: 9608504.

HSL color Cylindrical-coordinate representation of color #389D92: hue angle of 173.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D92 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 157 146 -
CMYK 0.64 0 0.07 0.38
HSL 173.47º 0.47% 0.42% -
HSV(B) 173.47º 0.64% 0.62% -
XYZ 18.88 27.03 31.42 -
YUV 125.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 56 157 146 0.64 0 0.07 0.38 173.47 0.47 0.42
Hex 38 9D 92 40 0 7 26 AD 2F 2A
Octal 70 235 222 100 0 7 46 255 57 52
Binary 111000 10011101 10010010 1000000 0 111 100110 10101101 101111 101010

Color Harmonies of #389D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D92

Black with #389D92

Text Example


Text Example

White with #389D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,157,146); }

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

background-color css

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

 a { background-color: rgb(56,157,146); }

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

border-color css

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

 span { border-color: rgb(56,157,146); }

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