Html Css Color HEX #38947E Gossamer

📋 copy color: '#38947E'

red 56 ◦ green 148 ◦ blue 126

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

Shades of Gossamer #38947E

Tints of Gossamer #38947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 16.97%
G = 44.85%
B = 38.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#38947E (or 0x38947E) is known color: Gossamer. HEX triplet: 38, 94 and 7E. RGB value is (56,148,126). Sum of RGB (Red+Green+Blue) = 56+148+126=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #38947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38947E is #C76B81. Grayscale: #757575. Windows color (decimal): -13069186 or 8295480. OLE color: 8295480.

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

Color convert

RGB 56 148 126 -
CMYK 0.62 0 0.15 0.42
HSL 165.65º 0.45% 0.4% -
HSV(B) 165.65º 0.62% 0.58% -
XYZ 15.99 23.53 23.44 -
YUV 117.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 56 148 126 0.62 0 0.15 0.42 165.65 0.45 0.4
Hex 38 94 7E 3E 0 F 2A A6 2D 28
Octal 70 224 176 76 0 17 52 246 55 50
Binary 111000 10010100 1111110 111110 0 1111 101010 10100110 101101 101000

Color Harmonies of #38947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38947E

Black with #38947E

Text Example


Text Example

White with #38947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38947E; }

 p { color: rgb(56,148,126); }

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

background-color css

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

 a { background-color: rgb(56,148,126); }

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

border-color css

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

 span { border-color: rgb(56,148,126); }

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