Html Css Color HEX #399D93 Gossamer

📋 copy color: '#399D93'

red 57 ◦ green 157 ◦ blue 147

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

Shades of Gossamer #399D93

Tints of Gossamer #399D93

RGB

 RED value IS 57 (22.66% from 255) = 15.79%

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 15.79%
G = 43.49%
B = 40.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#399D93 (or 0x399D93) is known color: Gossamer. HEX triplet: 39, 9D and 93. RGB value is (57,157,147). Sum of RGB (Red+Green+Blue) = 57+157+147=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #399D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399D93 is #C6626C. Grayscale: #7D7D7D. Windows color (decimal): -13001325 or 9674041. OLE color: 9674041.

HSL color Cylindrical-coordinate representation of color #399D93: hue angle of 174º 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 #399D93 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 147 -
CMYK 0.64 0 0.06 0.38
HSL 174º 0.47% 0.42% -
HSV(B) 174º 0.64% 0.62% -
XYZ 19.01 27.09 31.83 -
YUV 125.96 139.87 78.81 -
System Red Green Blue C M Y K H S L
Decimal 57 157 147 0.64 0 0.06 0.38 174 0.47 0.42
Hex 39 9D 93 40 0 6 26 AE 2F 2A
Octal 71 235 223 100 0 6 46 256 57 52
Binary 111001 10011101 10010011 1000000 0 110 100110 10101110 101111 101010

Color Harmonies of #399D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D93

Black with #399D93

Text Example


Text Example

White with #399D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399D93; }

 p { color: rgb(57,157,147); }

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

background-color css

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

 a { background-color: rgb(57,157,147); }

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

border-color css

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

 span { border-color: rgb(57,157,147); }

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