Html Css Color HEX #399C82 Gossamer

📋 copy color: '#399C82'

red 57 ◦ green 156 ◦ blue 130

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

Shades of Gossamer #399C82

Tints of Gossamer #399C82

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 16.62%
G = 45.48%
B = 37.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#399C82 (or 0x399C82) is known color: Gossamer. HEX triplet: 39, 9C and 82. RGB value is (57,156,130). Sum of RGB (Red+Green+Blue) = 57+156+130=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #399C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C82 is #C6637D. Grayscale: #7B7B7B. Windows color (decimal): -13001598 or 8559673. OLE color: 8559673.

HSL color Cylindrical-coordinate representation of color #399C82: hue angle of 164.24º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C82 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 156 130 -
CMYK 0.63 0 0.17 0.39
HSL 164.24º 0.46% 0.42% -
HSV(B) 164.24º 0.63% 0.61% -
XYZ 17.61 26.26 25.26 -
YUV 123.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 57 156 130 0.63 0 0.17 0.39 164.24 0.46 0.42
Hex 39 9C 82 3F 0 11 27 A4 2E 2A
Octal 71 234 202 77 0 21 47 244 56 52
Binary 111001 10011100 10000010 111111 0 10001 100111 10100100 101110 101010

Color Harmonies of #399C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399C82

Black with #399C82

Text Example


Text Example

White with #399C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,156,130); }

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

background-color css

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

 a { background-color: rgb(57,156,130); }

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

border-color css

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

 span { border-color: rgb(57,156,130); }

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