Html Css Color HEX #389583 Gossamer

📋 copy color: '#389583'

red 56 ◦ green 149 ◦ blue 131

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

Shades of Gossamer #389583

Tints of Gossamer #389583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 16.67%
G = 44.35%
B = 38.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#389583 (or 0x389583) is known color: Gossamer. HEX triplet: 38, 95 and 83. RGB value is (56,149,131). Sum of RGB (Red+Green+Blue) = 56+149+131=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #389583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389583 is #C76A7C. Grayscale: #777777. Windows color (decimal): -13068925 or 8623416. OLE color: 8623416.

HSL color Cylindrical-coordinate representation of color #389583: hue angle of 168.39º 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 #389583 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 131 -
CMYK 0.62 0 0.12 0.42
HSL 168.39º 0.45% 0.4% -
HSV(B) 168.39º 0.62% 0.58% -
XYZ 16.48 23.97 25.23 -
YUV 119.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 56 149 131 0.62 0 0.12 0.42 168.39 0.45 0.4
Hex 38 95 83 3E 0 C 2A A8 2D 28
Octal 70 225 203 76 0 14 52 250 55 50
Binary 111000 10010101 10000011 111110 0 1100 101010 10101000 101101 101000

Color Harmonies of #389583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389583

Black with #389583

Text Example


Text Example

White with #389583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389583; }

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

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

background-color css

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

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

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

border-color css

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

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

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