Html Css Color HEX #389978 Gossamer

📋 copy color: '#389978'

red 56 ◦ green 153 ◦ blue 120

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

Shades of Gossamer #389978

Tints of Gossamer #389978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

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

R = 17.02%
G = 46.5%
B = 36.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#389978 (or 0x389978) is known color: Gossamer. HEX triplet: 38, 99 and 78. RGB value is (56,153,120). Sum of RGB (Red+Green+Blue) = 56+153+120=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #389978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389978 is #C76687. Grayscale: #787878. Windows color (decimal): -13067912 or 7903544. OLE color: 7903544.

HSL color Cylindrical-coordinate representation of color #389978: hue angle of 159.59º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389978 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 120 -
CMYK 0.63 0 0.22 0.4
HSL 159.59º 0.46% 0.41% -
HSV(B) 159.59º 0.63% 0.6% -
XYZ 16.41 24.98 21.73 -
YUV 120.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 56 153 120 0.63 0 0.22 0.4 159.59 0.46 0.41
Hex 38 99 78 3F 0 16 28 A0 2E 29
Octal 70 231 170 77 0 26 50 240 56 51
Binary 111000 10011001 1111000 111111 0 10110 101000 10100000 101110 101001

Color Harmonies of #389978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389978

Black with #389978

Text Example


Text Example

White with #389978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389978; }

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

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

background-color css

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

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

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

border-color css

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

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

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