Html Css Color HEX #38927C Gossamer

📋 copy color: '#38927C'

red 56 ◦ green 146 ◦ blue 124

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

Shades of Gossamer #38927C

Tints of Gossamer #38927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 17.18%
G = 44.79%
B = 38.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#38927C (or 0x38927C) is known color: Gossamer. HEX triplet: 38, 92 and 7C. RGB value is (56,146,124). Sum of RGB (Red+Green+Blue) = 56+146+124=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #38927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38927C is #C76D83. Grayscale: #747474. Windows color (decimal): -13069700 or 8163896. OLE color: 8163896.

HSL color Cylindrical-coordinate representation of color #38927C: hue angle of 165.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38927C is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 124 -
CMYK 0.62 0 0.15 0.43
HSL 165.33º 0.45% 0.4% -
HSV(B) 165.33º 0.62% 0.57% -
XYZ 15.55 22.85 22.66 -
YUV 116.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 56 146 124 0.62 0 0.15 0.43 165.33 0.45 0.4
Hex 38 92 7C 3E 0 F 2B A5 2D 28
Octal 70 222 174 76 0 17 53 245 55 50
Binary 111000 10010010 1111100 111110 0 1111 101011 10100101 101101 101000

Color Harmonies of #38927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38927C

Black with #38927C

Text Example


Text Example

White with #38927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38927C; }

 p { color: rgb(56,146,124); }

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

background-color css

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

 a { background-color: rgb(56,146,124); }

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

border-color css

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

 span { border-color: rgb(56,146,124); }

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