Html Css Color HEX #38917C Gossamer

📋 copy color: '#38917C'

red 56 ◦ green 145 ◦ blue 124

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

Shades of Gossamer #38917C

Tints of Gossamer #38917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

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

R = 17.23%
G = 44.62%
B = 38.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#38917C (or 0x38917C) is known color: Gossamer. HEX triplet: 38, 91 and 7C. RGB value is (56,145,124). Sum of RGB (Red+Green+Blue) = 56+145+124=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #38917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38917C is #C76E83. Grayscale: #737373. Windows color (decimal): -13069956 or 8163640. OLE color: 8163640.

HSL color Cylindrical-coordinate representation of color #38917C: hue angle of 165.84º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38917C is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 124 -
CMYK 0.61 0 0.14 0.43
HSL 165.84º 0.44% 0.39% -
HSV(B) 165.84º 0.61% 0.57% -
XYZ 15.39 22.55 22.61 -
YUV 116 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 56 145 124 0.61 0 0.14 0.43 165.84 0.44 0.39
Hex 38 91 7C 3D 0 E 2B A6 2C 27
Octal 70 221 174 75 0 16 53 246 54 47
Binary 111000 10010001 1111100 111101 0 1110 101011 10100110 101100 100111

Color Harmonies of #38917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38917C

Black with #38917C

Text Example


Text Example

White with #38917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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