Html Css Color HEX #389378 Gossamer

📋 copy color: '#389378'

red 56 ◦ green 147 ◦ blue 120

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

Shades of Gossamer #389378

Tints of Gossamer #389378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.51%

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

R = 17.34%
G = 45.51%
B = 37.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#389378 (or 0x389378) is known color: Gossamer. HEX triplet: 38, 93 and 78. RGB value is (56,147,120). Sum of RGB (Red+Green+Blue) = 56+147+120=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #389378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389378 is #C76C87. Grayscale: #747474. Windows color (decimal): -13069448 or 7902008. OLE color: 7902008.

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

Color convert

RGB 56 147 120 -
CMYK 0.62 0 0.18 0.42
HSL 162.2º 0.45% 0.4% -
HSV(B) 162.2º 0.62% 0.58% -
XYZ 15.45 23.06 21.41 -
YUV 116.71 129.85 84.7 -
System Red Green Blue C M Y K H S L
Decimal 56 147 120 0.62 0 0.18 0.42 162.2 0.45 0.4
Hex 38 93 78 3E 0 12 2A A2 2D 28
Octal 70 223 170 76 0 22 52 242 55 50
Binary 111000 10010011 1111000 111110 0 10010 101010 10100010 101101 101000

Color Harmonies of #389378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389378

Black with #389378

Text Example


Text Example

White with #389378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389378; }

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

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

background-color css

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

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

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

border-color css

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

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

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