Html Css Color HEX #389974 Gossamer

📋 copy color: '#389974'

red 56 ◦ green 153 ◦ blue 116

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

Shades of Gossamer #389974

Tints of Gossamer #389974

RGB

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

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

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

R = 17.23%
G = 47.08%
B = 35.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#389974 (or 0x389974) is known color: Gossamer. HEX triplet: 38, 99 and 74. RGB value is (56,153,116). Sum of RGB (Red+Green+Blue) = 56+153+116=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #389974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389974 is #C7668B. Grayscale: #777777. Windows color (decimal): -13067916 or 7641400. OLE color: 7641400.

HSL color Cylindrical-coordinate representation of color #389974: hue angle of 157.11º 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 #389974 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 116 -
CMYK 0.63 0 0.24 0.4
HSL 157.11º 0.46% 0.41% -
HSV(B) 157.11º 0.63% 0.6% -
XYZ 16.17 24.88 20.47 -
YUV 119.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 56 153 116 0.63 0 0.24 0.4 157.11 0.46 0.41
Hex 38 99 74 3F 0 18 28 9D 2E 29
Octal 70 231 164 77 0 30 50 235 56 51
Binary 111000 10011001 1110100 111111 0 11000 101000 10011101 101110 101001

Color Harmonies of #389974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389974

Black with #389974

Text Example


Text Example

White with #389974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389974; }

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

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

background-color css

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

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

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

border-color css

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

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

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